summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-03-05 06:36:05 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-03-05 06:36:05 +0000
commit098d4cb353d8d04e38d0c32691ca3362875659d0 (patch)
tree300ab354115494713b57616ac6b14c41589f0796 /themes
parent1db9f295fa3e98a1f1472d2a8eda881333db5a43 (diff)
themes: add new image button CSS classes, patch by Kevin Locke <klocke@digitalenginesoftware.com> (#207)
Diffstat (limited to 'themes')
-rw-r--r--themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css6
-rw-r--r--themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css6
-rw-r--r--themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css6
-rw-r--r--themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css6
-rw-r--r--themes/freifunk/htdocs/luci-static/freifunk/cascade.css6
-rw-r--r--themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css6
-rw-r--r--themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css6
-rw-r--r--themes/oxygen/htdocs/luci-static/oxygen/cascade.css6
8 files changed, 48 insertions, 0 deletions
diff --git a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
index 6326cacad..a34881be0 100644
--- a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
+++ b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
@@ -279,6 +279,12 @@ td input[type=password] {
width: 99%;
}
+img.cbi-image-button {
+ cursor: pointer;
+ margin: 0 2px;
+ vertical-align: middle;
+}
+
input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit;
diff --git a/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css b/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css
index 451df9ca7..6731b7c7f 100644
--- a/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css
+++ b/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css
@@ -368,6 +368,12 @@ td input[type=password] {
width: 99%;
}
+img.cbi-image-button {
+ cursor: pointer;
+ margin: 0 2px;
+ vertical-align: middle;
+}
+
input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit;
diff --git a/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css b/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css
index 3d226dd03..3affd0857 100644
--- a/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css
+++ b/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css
@@ -540,6 +540,12 @@ td input[type=password] {
width: 99%;
}
+img.cbi-image-button {
+ cursor: pointer;
+ margin: 0 2px;
+ vertical-align: middle;
+}
+
input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit;
diff --git a/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css b/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css
index 6837713a4..b85c1638f 100644
--- a/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css
+++ b/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css
@@ -467,6 +467,12 @@ td input[type=password] {
width: 99%;
}
+img.cbi-image-button {
+ cursor: pointer;
+ margin: 0 2px;
+ vertical-align: middle;
+}
+
input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit;
diff --git a/themes/freifunk/htdocs/luci-static/freifunk/cascade.css b/themes/freifunk/htdocs/luci-static/freifunk/cascade.css
index e40ddb808..2d8311d49 100644
--- a/themes/freifunk/htdocs/luci-static/freifunk/cascade.css
+++ b/themes/freifunk/htdocs/luci-static/freifunk/cascade.css
@@ -376,6 +376,12 @@ td input[type=password] {
width: 99%;
}
+img.cbi-image-button {
+ cursor: pointer;
+ margin: 0 2px;
+ vertical-align: middle;
+}
+
input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit;
diff --git a/themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css b/themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css
index 35f1924fb..710bf1863 100644
--- a/themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css
+++ b/themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css
@@ -465,6 +465,12 @@ td input[type=password] {
width: 99%;
}
+img.cbi-image-button {
+ cursor: pointer;
+ margin: 0 2px;
+ vertical-align: middle;
+}
+
input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit;
diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
index 0c7bf24aa..8d9a7a77e 100644
--- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
@@ -386,6 +386,12 @@ td input[type=password] {
width: 99%;
}
+img.cbi-image-button {
+ cursor: pointer;
+ margin: 0 2px;
+ vertical-align: middle;
+}
+
input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit;
diff --git a/themes/oxygen/htdocs/luci-static/oxygen/cascade.css b/themes/oxygen/htdocs/luci-static/oxygen/cascade.css
index 61e4d4296..6235db734 100644
--- a/themes/oxygen/htdocs/luci-static/oxygen/cascade.css
+++ b/themes/oxygen/htdocs/luci-static/oxygen/cascade.css
@@ -320,6 +320,12 @@ td input[type=password] {
width: 99%;
}
+img.cbi-image-button {
+ cursor: pointer;
+ margin: 0 2px;
+ vertical-align: middle;
+}
+
input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit;