aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy-dark
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-03-20 11:37:51 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-03-20 11:37:51 -0400
commitde0298e67ece602eb95d6a86ed5eebcb713c4dbb (patch)
tree9393438f3158eeb5abc7bd07ac17f3161a422e7a /view/theme/dispy-dark
parentf4ca441148699a186918f6eea70bc3d44a65e6dc (diff)
downloadvolse-hubzilla-de0298e67ece602eb95d6a86ed5eebcb713c4dbb.tar.gz
volse-hubzilla-de0298e67ece602eb95d6a86ed5eebcb713c4dbb.tar.bz2
volse-hubzilla-de0298e67ece602eb95d6a86ed5eebcb713c4dbb.zip
some tweakings for intro boxes (finally got an intro i could see :). dispy synced with dispy-dark
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy-dark')
-rw-r--r--view/theme/dispy-dark/style.css67
1 files changed, 66 insertions, 1 deletions
diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css
index eaaa0acbd..9883b2fd7 100644
--- a/view/theme/dispy-dark/style.css
+++ b/view/theme/dispy-dark/style.css
@@ -153,9 +153,9 @@ a:hover {
color: #729fcf;
}
input[type=submit] {
- font-weight: bold;
background-color: #eee;
color: #2e302e;
+ font-weight: bold;
margin-top: 10px;
height: 22px;
-webkit-border-radius: 5px;
@@ -1872,6 +1872,71 @@ div[id$="wrapper"] br {
clear:both;
}
+
+/**
+ * intros
+ */
+.intro-wrapper {
+ margin-top: 20px;
+}
+
+.intro-fullname {
+ font-size: 1.1em;
+ font-weight: bold;
+
+}
+.intro-desc {
+ margin-bottom: 20px;
+ font-weight: bold;
+}
+
+.intro-note {
+ padding: 10px;
+}
+
+.intro-end {
+ padding: 30px;
+}
+
+.intro-form {
+ float: left;
+}
+.intro-approve-form {
+ clear: both;
+}
+.intro-approve-as-friend-end {
+ clear: both;
+}
+.intro-submit-approve, .intro-submit-ignore {
+ margin-right: 20px;
+}
+.intro-submit-approve {
+ margin-top: 15px;
+}
+
+.intro-approve-as-friend-label, .intro-approve-as-fan-label {
+ float: left;
+}
+.intro-approve-as-friend, .intro-approve-as-fan {
+ float: left;
+}
+.intro-form-end {
+ clear: both;
+ margin-bottom: 10px;
+}
+.intro-approve-as-friend-desc {
+ margin-top: 10px;
+}
+.intro-approve-as-end {
+ clear: both;
+ margin-bottom: 10px;
+}
+
+.intro-end {
+ clear: both;
+}
+
+
/**
* events
**/