Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/webroot/css/stats/dropdowns.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/webroot/css/stats/dropdowns.css')
-rwxr-xr-xsite/app/webroot/css/stats/dropdowns.css57
1 files changed, 0 insertions, 57 deletions
diff --git a/site/app/webroot/css/stats/dropdowns.css b/site/app/webroot/css/stats/dropdowns.css
index a9ddc2c..336ad95 100755
--- a/site/app/webroot/css/stats/dropdowns.css
+++ b/site/app/webroot/css/stats/dropdowns.css
@@ -9,9 +9,6 @@
z-index: 12;
margin: 2px 5px;
}
-.html-rtl .plot-dropdown {
- float: right;
-}
.plot-dropdown.menu-open {
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
@@ -29,10 +26,6 @@
border: 1px solid gray;
float: left;
}
-.html-rtl .plot-dropdown .colorbox,
-.html-rtl .plot-legend .colorbox {
- float: right;
-}
.plot-dropdown .colorbox.removable:hover {
background: gray url('../../img/stats/x.png') no-repeat top left !important;
}
@@ -47,10 +40,6 @@
margin-top: -3px;
height: 18px;
}
-.html-rtl .plot-dropdown .selected {
- float: right;
- background-position: 2% 50%;
-}
.plot-dropdown .selected .selected-text {
float: left;
padding-left: 5px;
@@ -58,11 +47,6 @@
overflow: hidden;
height: 17px;
}
-.html-rtl .plot-dropdown .selected .selected-text {
- float: right;
- padding-left: auto;
- padding-right: 5px;
-}
.plot-dropdown .selected .selected-prefix {
font-size: 10px;
color: #006600;
@@ -70,10 +54,6 @@
.plot-dropdown .selected .selected-name {
padding-left: 2px;
}
-.html-rtl .plot-dropdown .selected .selected-name {
- padding-left: 0;
- padding-right: 2px;
-}
.plot-dropdown ul {
display: none;
position: absolute;
@@ -228,24 +208,12 @@
width: 169px;
margin: 22px 0 0 -4px;
}
-.html-rtl .plot-dropdown.big-menu ul {
- margin-left: 0;
- margin-right: -4px;
-}
.plot-dropdown.big-menu ul li a {
padding-left: 8px;
}
-.html-rtl .plot-dropdown.big-menu ul li a {
- padding-left: 0;
- padding-right: 8px;
-}
.plot-dropdown.big-menu ul li.indented a {
padding-left: 23px;
}
-.html-rtl .plot-dropdown.big-menu ul li.indented a {
- padding-left: 0;
- padding-right: 23px;
-}
#options.plot-dropdown {
width: 35px;
@@ -278,23 +246,14 @@
width: 180px;
float: left;
}
-.html-rtl #plot-options #plot-selector-area {
- float: right;
-}
#plot-options #options-area {
width: 100px;
float: right;
}
-.html-rtl #plot-options #options-area {
- float: left;
-}
#plot-options #plot-selection {
width: 620px;
float: left;
}
-.html-rtl #plot-options #plot-selection {
- float: right;
-}
#plot-options .options {
float: right;
@@ -316,11 +275,6 @@
float: left;
margin-left: 120px;
}
-.html-rtl #summary-legend {
- float: right;
- margin-left: auto;
- margin-right: 120px;
-}
.plot-legend .colorbox {
margin: 2px;
}
@@ -328,18 +282,10 @@
float: left;
padding: 2px;
}
-.html-rtl .plot-legend {
- float: right;
-}
.plot-legend .plot-name {
float: left;
margin: -2px 10px 0 2px;
}
-.html-rtl .plot-legend .plot-name {
- float: right;
- margin-left: 10px;
- margin-right: 2px;
-}
#summary-options {
border: 2px solid #D8DCDF;
@@ -347,9 +293,6 @@
-webkit-border-radius: 6px;
float: right;
}
-.html-rtl #summary-options {
- float: left;
-}
.zoom-button {
float: left;
width: 16px;