aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-03-04 19:19:08 -0800
committerSimon <simon@kisikew.org>2012-03-04 19:19:08 -0800
commit3b95171824fb67fb1b3ecfe9f6c5a483bd8da31e (patch)
tree09833173b0f560bd97b5076b45454bfe1124002d /view
parentb57247d6a6fa1c8123093422a257847ead3b7f8b (diff)
parent58cdf776b6f4e5f423c9ad05a5731314f64198c4 (diff)
downloadvolse-hubzilla-3b95171824fb67fb1b3ecfe9f6c5a483bd8da31e.tar.gz
volse-hubzilla-3b95171824fb67fb1b3ecfe9f6c5a483bd8da31e.tar.bz2
volse-hubzilla-3b95171824fb67fb1b3ecfe9f6c5a483bd8da31e.zip
Merge pull request #82 from simonlnu/master
say hello to dispy's younger brother
Diffstat (limited to 'view')
-rw-r--r--view/theme/dispy/style.css30
1 files changed, 24 insertions, 6 deletions
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css
index 23f0539d0..476ba59e9 100644
--- a/view/theme/dispy/style.css
+++ b/view/theme/dispy/style.css
@@ -153,7 +153,7 @@ a:hover {
color: #729fcf;
}
input[type=submit] {
- margin-top: 20px;
+ margin-top: 10px;
height: 22px;
background-color: #555753;
color: #eeeeec;
@@ -1751,6 +1751,14 @@ div[id$="wrapper"] br {
/**
* contacts selector
*/
+.group-delete-wrapper {
+ margin: -28px 150px 0 0;
+ float: right;
+}
+#group-edit-submit-wrapper {
+ margin: 0 0 10px 0;
+ display: inline;
+}
#group-edit-desc {
margin: 10px 0px;
}
@@ -2081,19 +2089,29 @@ div[id$="wrapper"] br {
* Form fields
*/
.field {
- margin-bottom: 10px;
- padding-bottom: 10px;
+ /*margin-bottom: 10px;*/
+ /*padding-bottom: 10px;*/
overflow: auto;
width: 100%;
}
.field label {
float: left;
width: 200px;
+ display: block;
+ font-size: 1.077em;
+ margin-bottom: 0.2em;
+ margin: 0 10px 0.2em 0;
+ border: 1px #999 solid;
+ padding: 5px;
+ vertical-align: middle;
+}
+.field input {
+ width: 250px;
+ height: 25px;
+ border: 1px #666 solid;
}
-
-.field input,
.field textarea {
- width: 400px;
+ width: 80%;
}
.field textarea {
height: 100px;