Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/webroot/css/stats/stats.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/webroot/css/stats/stats.css')
-rwxr-xr-xsite/app/webroot/css/stats/stats.css51
1 files changed, 0 insertions, 51 deletions
diff --git a/site/app/webroot/css/stats/stats.css b/site/app/webroot/css/stats/stats.css
index 16f2097..7da787f 100755
--- a/site/app/webroot/css/stats/stats.css
+++ b/site/app/webroot/css/stats/stats.css
@@ -1,14 +1,5 @@
.template { display: none; }
-#content {
- width: 948px;
- margin-left:auto;
- margin-right:auto;
-}
-.section {
- width: 950px;
-}
-
#stats-table {
display: none;
width: 948px;
@@ -109,11 +100,6 @@ td, th {
margin: 0 20px 10px 20px;
padding: 5px 20px 5px 100px;
}
-.html-rtl .warning {
- background-position: 810px 50%;
- padding-left: 20px;
- padding-right: 80px;
-}
.warning div {
display: table-cell;
height: 48px;
@@ -185,9 +171,6 @@ td, th {
text-align: right;
border-bottom: 1px dashed gray;
}
-.html-rtl #stats_overview .value {
- text-align: left;
-}
#stats_overview .biglabel {
font-weight: bold;
font-size: 120%;
@@ -201,9 +184,6 @@ td, th {
border-top: 1px solid black;
border-bottom: 1px solid black;
}
-.html-rtl #stats_overview .bigvalue {
- text-align: left;
-}
#stats_overview .date {
text-indent: 2em;
color: gray;
@@ -229,9 +209,6 @@ td, th {
text-align: right;
padding-top: 10px;
}
-.html-rtl #settings {
- text-align: left;
-}
#settings .confidential {
color: red;
font-weight: bold;
@@ -249,31 +226,3 @@ td, th {
margin-bottom: 5px;
padding: 5px 5px 5px 30px;
}
-
-#statistics-header {
- min-height: 32px;
- padding: 10px;
-}
-#statistics-controls {
- text-align: right;
- float: right;
-}
-.html-rtl #statistics-controls {
- text-align: left;
- float: left;
-}
-#statistics-links {
- font-size: 10px;
-}
-#statistics-header #addon-icon {
- padding-right: 5px;
- float: left;
-}
-.html-rtl #statistics-header #addon-icon {
- padding-right: auto;
- padding-left: 5px;
- float: right;
-}
-#statistics-header #addon-title {
- line-height: 2;
-}