aboutsummaryrefslogtreecommitdiff
path: root/web/public
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2010-11-14 20:28:10 +0100
committerJochen Topf <jochen@topf.org>2010-11-14 20:28:10 +0100
commita25d7303c612af08c2e53a7de76ac6c1930e7a6d (patch)
tree8cd3228caa85a736fc354b7e7aded87247a6446b /web/public
parent8fd6eceb1c1a20e7d92d4324c485d90a26814665 (diff)
downloadtaginfo-a25d7303c612af08c2e53a7de76ac6c1930e7a6d.tar
taginfo-a25d7303c612af08c2e53a7de76ac6c1930e7a6d.tar.gz
CSS cleanup
Diffstat (limited to 'web/public')
-rw-r--r--web/public/css/taginfo.css78
1 files changed, 29 insertions, 49 deletions
diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css
index b5d69e8..9e57719 100644
--- a/web/public/css/taginfo.css
+++ b/web/public/css/taginfo.css
@@ -147,10 +147,6 @@ div#main {
/* ========== */
-div#tabs {
-// font-size: 100%;
-}
-
div#tabs h2 {
margin: 0 0 10px 0;
font-size: 110%;
@@ -235,30 +231,6 @@ span.lang {
-o-border-radius: 4px;
}
-div.value {
- width: 6em;
- float: left;
- padding: 0 !important;
- margin: 0 !important;
- text-align: right;
-}
-
-div.fraction {
- width: 5em;
- float: left;
- padding: 0 !important;
- margin: 0 !important;
- text-align: right;
-}
-
-div.bar {
- float: left;
- margin: 4px 0 0 6px !important;
- padding: 0 !important;
- height: 8px;
- background-color: #60c060;
-}
-
td.number {
text-align: right;
// color: #e06000;
@@ -290,8 +262,35 @@ form#filter-form {
padding-bottom: 20px;
}
-div.tagcloud {
- margin: 0 10%;
+div.canvas {
+ border: 1px solid #cccccc;
+ background-color: #ffffff;
+}
+
+/* ========== */
+
+div.value {
+ width: 6em;
+ float: left;
+ padding: 0 !important;
+ margin: 0 !important;
+ text-align: right;
+}
+
+div.fraction {
+ width: 5em;
+ float: left;
+ padding: 0 !important;
+ margin: 0 !important;
+ text-align: right;
+}
+
+div.bar {
+ float: left;
+ margin: 4px 0 0 6px !important;
+ padding: 0 !important;
+ height: 8px;
+ background-color: #60c060;
}
/* ========== */
@@ -362,25 +361,6 @@ table.reports th.last {
-o-border-radius: 0 0 4px 4px;
}
-/* ========== */
-
-div#canvas-values {
- position: absolute;
- border: 1px solid #cccccc;
- background-color: #ffffff;
-}
-
-div#canvas-keypairs {
-// position: absolute;
- border: 1px solid #cccccc;
- background-color: #ffffff;
-}
-
-div.canvas {
- border: 1px solid #cccccc;
- background-color: #ffffff;
-}
-
/* ========== */
table.drilldown {