-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Am făcut zoom-ul într-un fel ?i alte chestii. Am să fac filtrarea un …
…pic mai târziu.
- Loading branch information
1 parent
277fc2a
commit 8908ce9
Showing
2 changed files
with
139 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,48 @@ | ||
ul.selectables {padding:0;margin:0;} | ||
ul.selectables li {list-style: none; width:185px; float:left;} | ||
ul.selectables li span {text-align:center; background: #CCE; display:block; -moz-border-radius: 8px; border-radius: 8px; margin:1px; padding:1px 0} | ||
#doc{cursor:default;} | ||
|
||
ul.selectables {padding:0;margin:0;} | ||
ul.selectables li {list-style: none; width:190px; float:left; cursor: pointer;} | ||
ul.selectables li span {text-align:center; background: #DDDDEE; display:block; -moz-border-radius: 8px; border-radius: 8px; margin:1px; padding:1px 0} | ||
ul.selectables li span:hover {background: #DDF;} | ||
ul.selectables li span.excluded {background: #EEE; color:#CCC} | ||
|
||
div.tooltip {background:#CCE; /*width:200px; */padding:5px 5px 15px 5px; -moz-border-radius: 0 10px 10px 10px; border-radius:0 10px 10px 10px;} | ||
.nosel{-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;} | ||
|
||
div.tooltip {box-shadow: 0px 0px 7px #383738; background:#EEE; padding:5px; -moz-border-radius: 0 10px 10px 10px; border-radius:0 10px 10px 10px;} | ||
div.tooltip h3 {margin-top:0;} | ||
div.tooltip ul {padding:0;margin:0;} | ||
div.tooltip ul li {list-style:none; margin:1px; background:#BBD; padding:1px 3px;} | ||
div.tooltip ul li:hover {background:#DDF} | ||
div.tooltip ul li {list-style:none; cursor: pointer; margin:1px; background:#BBD; padding:1px 3px;} | ||
|
||
h2 {margin-top:30px;} | ||
div#situation {min-height:400px} | ||
canvas {margin-top:20px} | ||
|
||
#canvasDiv{background:#DDDDEE; -moz-border-radius: 14px;border-radius: 14px; } | ||
a.clustersBtn{display:block; float:right; margin:2px; font-size:16px; cursor:pointer; background:#DDDDDD; width: 22px; height:22px; -moz-border-radius: 100px; border-radius: 100px; text-align:center;} | ||
|
||
/* generat */ | ||
div.tooltip ul li { | ||
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff; | ||
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff; | ||
box-shadow:inset 0px 1px 0px 0px #ffffff; | ||
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) ); | ||
background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% ); | ||
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf'); | ||
background-color:#ededed; | ||
-moz-border-radius:4px; | ||
-webkit-border-radius:4px; | ||
border-radius:4px; | ||
border:1px solid #dcdcdc; | ||
color:#777777; | ||
text-decoration:none; | ||
text-shadow:1px 1px 0px #ffffff; | ||
}div.tooltip ul li:hover { | ||
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) ); | ||
background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% ); | ||
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed'); | ||
background-color:#dfdfdf; | ||
}div.tooltip ul li:active { | ||
position:relative; | ||
top:1px; | ||
} | ||
|
||
canvas{margin-bottom:-2px;} /* Cam e o problemă aici. */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters