diff options
author | friendica <info@friendica.com> | 2012-05-28 16:52:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-28 16:52:19 -0700 |
commit | 10a057b97959d5915c9eab1947bea7b039d3218b (patch) | |
tree | a43d58fc49ec5ec522766fa88b50cf89ac1dfc25 /view/theme/dispy/dark/style.less | |
parent | f033c9a4ae822bf2ad46f1885a80daf85eca2f62 (diff) | |
parent | 51c2ef0efbb55d8b7f21cd2d23f073dec33d4b47 (diff) | |
download | volse-hubzilla-10a057b97959d5915c9eab1947bea7b039d3218b.tar.gz volse-hubzilla-10a057b97959d5915c9eab1947bea7b039d3218b.tar.bz2 volse-hubzilla-10a057b97959d5915c9eab1947bea7b039d3218b.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/dispy/dark/style.less')
-rw-r--r-- | view/theme/dispy/dark/style.less | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/view/theme/dispy/dark/style.less b/view/theme/dispy/dark/style.less index fb0fbc6df..d394b13bf 100644 --- a/view/theme/dispy/dark/style.less +++ b/view/theme/dispy/dark/style.less @@ -315,7 +315,7 @@ h6 { [id$="-desc"] { color: @main_colour; background: @bg_colour; - .borders(3px, ridge, @main_colour); + .borders(2px, outset, @dk_main_colour); .rounded_corners; // .box_shadow(3px, 3px, 5px); margin: 3px 10px 7px 0; @@ -872,7 +872,7 @@ nav #nav-notifications-linkmenu { #asidemain { float: left; font-size: small; - margin: 20px 0 20px 35px; + margin: 1em; width: 25%; display: inline; } @@ -1229,10 +1229,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; } @@ -1348,7 +1348,7 @@ nav #nav-notifications-linkmenu { } .wall-item-info { float: left; - width: 8em; + width: 7em; position: relative; } .wall-item-photo-wrapper { @@ -1501,12 +1501,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; + } } |