aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/light/style.less
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-05-28 16:26:24 -0700
committerSimon <simon@kisikew.org>2012-05-28 16:26:24 -0700
commit51c2ef0efbb55d8b7f21cd2d23f073dec33d4b47 (patch)
tree951691f2090dc5d962d69ea4597ecabc1889215d /view/theme/dispy/light/style.less
parent6962989e52f0ce442fbb3e59992eeb528faa12da (diff)
parentcb259098dd112d6a5ad3900bbccec614b0482ca1 (diff)
downloadvolse-hubzilla-51c2ef0efbb55d8b7f21cd2d23f073dec33d4b47.tar.gz
volse-hubzilla-51c2ef0efbb55d8b7f21cd2d23f073dec33d4b47.tar.bz2
volse-hubzilla-51c2ef0efbb55d8b7f21cd2d23f073dec33d4b47.zip
Merge pull request #315 from simonlnu/master
fixed font-size/line-height stuffs
Diffstat (limited to 'view/theme/dispy/light/style.less')
-rw-r--r--view/theme/dispy/light/style.less24
1 files changed, 14 insertions, 10 deletions
diff --git a/view/theme/dispy/light/style.less b/view/theme/dispy/light/style.less
index 045dadba5..90cb8780b 100644
--- a/view/theme/dispy/light/style.less
+++ b/view/theme/dispy/light/style.less
@@ -316,7 +316,7 @@ h6 {
[id$="-desc"] {
color: @bg_colour;
background: @dk_bg_colour;
- .borders(3px, ridge, @main_colour);
+ .borders(2px, outset, @main_colour);
.rounded_corners;
// .box_shadow(3px, 3px, 5px);
margin: 3px 10px 7px 0;
@@ -873,7 +873,7 @@ nav #nav-notifications-linkmenu {
#asidemain {
float: left;
font-size: small;
- margin: 20px 0 20px 35px;
+ margin: 1em;
width: 25%;
display: inline;
}
@@ -1230,10 +1230,10 @@ nav #nav-notifications-linkmenu {
* section
*/
#sectionmain {
- margin: 20px;
+ margin: 1em;
font-size: 0.8em;
min-width: 475px;
- width: 67%;
+ width: 69%;
float: left;
display: inline;
}
@@ -1349,7 +1349,7 @@ nav #nav-notifications-linkmenu {
}
.wall-item-info {
float: left;
- width: 8em;
+ width: 7em;
position: relative;
}
.wall-item-photo-wrapper {
@@ -1502,12 +1502,16 @@ nav #nav-notifications-linkmenu {
width: 100%;
}
#connect-services-header,
+#extra-help-header {
+ margin: 1.5em 0 0 0;
+}
#connect-services,
-#extra-help-header,
-#extra-help,
-#postit-header,
-#postit {
- margin: 5px 0 0 0;
+#extra-help {
+ .list_reset;
+ margin: 1em 0 0 0;
+ li {
+ display: inline;
+ }
}