summaryrefslogtreecommitdiffhomepage
path: root/themes/oxygen
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-12-20 15:24:14 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-12-20 15:24:14 +0000
commit5e4d4ff5ef91e639f83d995902eb8ee23b9d6666 (patch)
treec88ccecb86e8a8c1c92d0e5b2497323c8bebac1c /themes/oxygen
parent4988cc6b59a9445362d01064417706eae5f80b54 (diff)
themes: add essential CSS class to other themes as well
Diffstat (limited to 'themes/oxygen')
-rw-r--r--themes/oxygen/htdocs/luci-static/oxygen/cascade.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/oxygen/htdocs/luci-static/oxygen/cascade.css b/themes/oxygen/htdocs/luci-static/oxygen/cascade.css
index 9fa4acc4b..5c12cff58 100644
--- a/themes/oxygen/htdocs/luci-static/oxygen/cascade.css
+++ b/themes/oxygen/htdocs/luci-static/oxygen/cascade.css
@@ -589,8 +589,12 @@ td.cbi-value-error {
padding: 3px;
}
+.left {
+ text-align: left !important;
+}
+
.right {
- text-align: right;
+ text-align: right !important;
}
.luci {