aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-04 02:02:50 -0700
committerfriendica <info@friendica.com>2012-04-04 02:02:50 -0700
commit51658826f932437dfba0704e0dc7bf53af84870f (patch)
tree2f4353f993c443c6ca35d751486647c77c45b4f0
parent60c57704c6fef12784e37ac9e9060c51420f6db3 (diff)
parent5c6c9d756fbb816c1473ccb7b6ec72662c749f4f (diff)
downloadvolse-hubzilla-51658826f932437dfba0704e0dc7bf53af84870f.tar.gz
volse-hubzilla-51658826f932437dfba0704e0dc7bf53af84870f.tar.bz2
volse-hubzilla-51658826f932437dfba0704e0dc7bf53af84870f.zip
Merge branch 'pull'
-rw-r--r--view/theme/dispy-dark/style.css29
-rw-r--r--view/theme/dispy/style.css29
2 files changed, 38 insertions, 20 deletions
diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css
index 5f9b38f8c..2b9354fcc 100644
--- a/view/theme/dispy-dark/style.css
+++ b/view/theme/dispy-dark/style.css
@@ -444,10 +444,10 @@ div.jGrowl div.info {
padding-left: 58px;
}
#nav-notifications-menu {
- margin: 30px 0 0 -45px;
- width: 300px;
- max-height: 400px;
- overflow: auto;
+ margin: 30px 0 0 -20px;
+ width: 275px;
+ max-height: 300px;
+ overflow-y: auto;
font-size: 9pt;
}
#nav-notifications-menu .contactname {
@@ -762,12 +762,20 @@ aside #viewcontacts {
list-style: none;
}
#dfrn-request-link {
- background:#3465A4 url(connect.png) no-repeat 95% center;
- border-radius:5px 5px 5px 5px;
- color:#fff;
- display:block;
- font-size:1.2em;
- padding:.2em .5em;
+ background: #3465A4 url(connect.png) no-repeat 95% center;
+ border-radius: 5px 5px 5px 5px;
+ color: #eec;
+ display: block;
+ font-size: 1.2em;
+ padding: 0.2em 0.5em;
+}
+#wallmessage-link {
+ /*background: #3465A4 url(connect.png) no-repeat 95% center;*/
+ /*border-radius: 5px 5px 5px 5px;*/
+ color: #eee;
+ display: block;
+ font-size: 1.2em;
+ padding: 0.2em 0.5em;
}
#netsearch-box {
margin: 20px 0px 30px;
@@ -1113,6 +1121,7 @@ section {
}
.shiny {
background: #2e3436;
+ border-radius: 5px;
}
.wall-outside-wrapper .shiny {
border-radius: 5px;
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css
index 49148eed4..f4c080182 100644
--- a/view/theme/dispy/style.css
+++ b/view/theme/dispy/style.css
@@ -444,10 +444,10 @@ div.jGrowl div.info {
padding-left: 58px;
}
#nav-notifications-menu {
- margin: 30px 0 0 -45px;
- width: 300px;
- max-height: 400px;
- overflow: auto;
+ margin: 30px 0 0 -20px;
+ width: 275px;
+ max-height: 300px;
+ overflow-y: auto;
font-size: 9pt;
}
#nav-notifications-menu .contactname {
@@ -762,12 +762,20 @@ aside #viewcontacts {
list-style: none;
}
#dfrn-request-link {
- background:#3465A4 url(connect.png) no-repeat 95% center;
- border-radius:5px 5px 5px 5px;
- color:#fff;
- display:block;
- font-size:1.2em;
- padding:.2em .5em;
+ background: #3465A4 url(connect.png) no-repeat 95% center;
+ border-radius: 5px 5px 5px 5px;
+ color: #fff;
+ display: block;
+ font-size: 1.2em;
+ padding: 0.2em 0.5em;
+}
+#wallmessage-link {
+ /*background: #3465A4 url(connect.png) no-repeat 95% center;*/
+ /*border-radius: 5px 5px 5px 5px;*/
+ color: #eee;
+ display: block;
+ font-size: 1.2em;
+ padding: 0.2em 0.5em;
}
#netsearch-box {
margin: 20px 0px 30px;
@@ -1113,6 +1121,7 @@ section {
}
.shiny {
background: #efefdf;
+ border-radius: 5px;
}
.wall-outside-wrapper .shiny {
border-radius: 5px;