diff options
author | friendica <info@friendica.com> | 2012-04-27 15:56:28 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-27 15:56:28 -0700 |
commit | b3750ab54e126b499bb067f39dd55bade46b3267 (patch) | |
tree | 0a0db9064f1daf25e825be01c1802e37dceee598 /view/theme/dispy/light/style.less | |
parent | c7cbff6fbb036ec37cb4c62a89c8c8c413ecb3d8 (diff) | |
parent | 455973180b907bb83d009a108b26c3102d0957b9 (diff) | |
download | volse-hubzilla-b3750ab54e126b499bb067f39dd55bade46b3267.tar.gz volse-hubzilla-b3750ab54e126b499bb067f39dd55bade46b3267.tar.bz2 volse-hubzilla-b3750ab54e126b499bb067f39dd55bade46b3267.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/dispy/light/style.less')
-rw-r--r-- | view/theme/dispy/light/style.less | 42 |
1 files changed, 27 insertions, 15 deletions
diff --git a/view/theme/dispy/light/style.less b/view/theme/dispy/light/style.less index f14284f39..18151bc27 100644 --- a/view/theme/dispy/light/style.less +++ b/view/theme/dispy/light/style.less @@ -694,10 +694,26 @@ nav #nav-notifications-linkmenu { */ #asidemain { - h4 { - font-size: 1.2em; } - #viewcontacts { - text-align: right; } } + h4 { + font-size: 1.2em; } + #viewcontacts { + text-align: right; + } + #contact-block { + width: 99%; + .contact-block-content { + width: 99%; + .contact-block-div { + float: left; + margin: 0 5px 5px 0; + width: 50px; + height: 50px; + padding: 3px; + position: relative; + } + } + } +} .aprofile dt { background: transparent; @@ -728,12 +744,6 @@ nav #nav-notifications-linkmenu { font-size: 1.2em; padding: 0.2em 0.5em; } -#netsearch-box { - margin: 20px 0px 30px; - width: 150px; - #search-submit { - margin: 5px 5px 0px 0px; } } - .ttright { margin: 0px 0px 0px 0px; } @@ -1401,7 +1411,7 @@ div { } -[id$="-end"], [class$="end"] { +[id$="-end"], [class$="-end"] { clear: both; margin: 0 0 10px 0; } @@ -2207,10 +2217,12 @@ div { margin-left: 0px; } #netsearch-box { - margin-top: 20px; - width: 150px; - #search-submit { - margin: 5px 0px 0px 0px; } } + margin: 20px 0px 30px; + width: 135px; + #search-submit { + margin: 5px 5px 0px 0px; + } +} /** * admin |