aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-09-15 10:38:37 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-09-15 10:38:37 +0200
commit7e806429cca6ac39a9ef1bd1fd400d03e626389b (patch)
tree1079d7279f80ae61a207073183c2c42e1a7248ba /view/theme/quattro
parentdbc5ecfe572b0dc11bab277dcbe24541cdd4e858 (diff)
downloadvolse-hubzilla-7e806429cca6ac39a9ef1bd1fd400d03e626389b.tar.gz
volse-hubzilla-7e806429cca6ac39a9ef1bd1fd400d03e626389b.tar.bz2
volse-hubzilla-7e806429cca6ac39a9ef1bd1fd400d03e626389b.zip
quattro
Diffstat (limited to 'view/theme/quattro')
-rw-r--r--view/theme/quattro/quattro.less5
-rw-r--r--view/theme/quattro/style.css5
2 files changed, 8 insertions, 2 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less
index 54bd11806..14d1dfa1c 100644
--- a/view/theme/quattro/quattro.less
+++ b/view/theme/quattro/quattro.less
@@ -3,7 +3,7 @@
/* global */
body {
font-family: Liberation Sans,helvetica,arial,clean,sans-serif;
- font-size: 12px;
+ font-size: 10px;
background-color: @BodyBackground;
color: @BodyColor;
margin: 50px 0px 0px 0px;
@@ -179,6 +179,7 @@ ul.menu-popup {
text-align: center;
color: @MenuEmpty;
}
+
}
#nav-notifications-menu {
@@ -224,6 +225,8 @@ aside {
&:hover { text-decoration: none; background-color: @AsideConnectHoverBg; }
}
+ #profiles-menu { width: 20em; }
+
}
#contact-block {
diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css
index 70e0a3b94..6ff9c70c7 100644
--- a/view/theme/quattro/style.css
+++ b/view/theme/quattro/style.css
@@ -61,7 +61,7 @@
/* global */
body {
font-family: Liberation Sans, helvetica, arial, clean, sans-serif;
- font-size: 12px;
+ font-size: 10px;
background-color: #ffffff;
color: #2d2d2d;
margin: 50px 0px 0px 0px;
@@ -363,6 +363,9 @@ aside #dfrn-request-link:hover {
text-decoration: none;
background-color: #19aeff;
}
+aside #profiles-menu {
+ width: 20em;
+}
#contact-block {
overflow: auto;
height: auto;