aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-06-30 16:43:04 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-06-30 16:43:04 +0200
commit779292077c99c7693da78be4a53e25f039bedd8b (patch)
tree533d0d4bb37bb8b341657c240882d45fa0266590 /view/theme/duepuntozero
parent81e7535914414d0ef6c709ef2cdabc00382ee917 (diff)
downloadvolse-hubzilla-779292077c99c7693da78be4a53e25f039bedd8b.tar.gz
volse-hubzilla-779292077c99c7693da78be4a53e25f039bedd8b.tar.bz2
volse-hubzilla-779292077c99c7693da78be4a53e25f039bedd8b.zip
style template field outside admin pages
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r--view/theme/duepuntozero/style.css53
1 files changed, 29 insertions, 24 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 0c4b710c0..dc54398dc 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -2541,6 +2541,35 @@ a.mail-list-link {
filter:alpha(opacity=100);
}
+
+/**
+ * Form fields
+ */
+.field {
+ clear: left;
+ margin-bottom: 5px;
+ padding-bottom: 5px;
+}
+
+.field label {
+ float: left;
+ width: 200px;
+ font-weight: bold;
+}
+
+.field input,
+.field textarea {
+ width: 400px;
+}
+.field textarea { height: 100px; }
+.field_help {
+ display: block;
+ margin-left: 200px;
+ color: #666666;
+
+}
+
+
/**
* ADMIN
*/
@@ -2567,30 +2596,6 @@ a.mail-list-link {
margin-left: 200px;
}
-#adminpage .field {
- clear: left;
- margin-bottom: 5px;
- padding-bottom: 5px;
-}
-
-#adminpage .field label {
- float: left;
- width: 200px;
- font-weight: bold;
-}
-
-#adminpage .field input,
-#adminpage .field textarea {
- width: 400px;
-}
-#adminpage .field textarea { height: 100px; }
-#adminpage .field_help {
- display: block;
- margin-left: 200px;
- color: #666666;
-
-}
-
#adminpage h3 {
border-bottom: 1px solid #cccccc;
}