summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-07-16 02:38:45 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-07-16 02:38:45 +0000
commit79a35fe82515580995416eb44f33c0dbc36d8220 (patch)
tree670bbaa5324aa30e19f3d26559305c3017d7cd91 /themes
parent25c82d73829c1b078429b7b4462364d0017caba2 (diff)
* luci/themes: layout changes for smalltext tables in openwrt.org theme
* luci/olsr: layout fixes for status pages
Diffstat (limited to 'themes')
-rw-r--r--themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
index 89b4f6ac0..f0cd1e0c9 100644
--- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
@@ -247,11 +247,19 @@ table.smalltext {
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
font-size: 90%;
+ width: 80%;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+table.smalltext tr:hover td {
+ background-color: #bbddee;
}
table.smalltext tr th {
padding: 0 0.25em;
border-left: 1px solid #666666;
+ text-align: left;
}
table.smalltext tr td {