diff options
author | Simon <simon@kisikew.org> | 2012-04-27 11:38:19 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-04-27 11:38:19 -0700 |
commit | a632f03531faafe7cd16b67f4895a6a0f35e0102 (patch) | |
tree | 2a29b5ae519bb9fc699f9c26b9f1d5359a8fb105 /view/theme/dispy/dark/style.less | |
parent | e315b01f86165a0c62c94e6358669b7d96d1462a (diff) | |
parent | 64f3af49fa31ee566515cb878f5e5e48a0b4f6b3 (diff) | |
download | volse-hubzilla-a632f03531faafe7cd16b67f4895a6a0f35e0102.tar.gz volse-hubzilla-a632f03531faafe7cd16b67f4895a6a0f35e0102.tar.bz2 volse-hubzilla-a632f03531faafe7cd16b67f4895a6a0f35e0102.zip |
Merge pull request #273 from simonlnu/master
fix netsearch-box dupe and stuff
Diffstat (limited to 'view/theme/dispy/dark/style.less')
-rw-r--r-- | view/theme/dispy/dark/style.less | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/view/theme/dispy/dark/style.less b/view/theme/dispy/dark/style.less index 321cb7618..c56adf5a1 100644 --- a/view/theme/dispy/dark/style.less +++ b/view/theme/dispy/dark/style.less @@ -743,12 +743,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; } @@ -2222,10 +2216,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 |