diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-06-04 07:17:23 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-06-04 07:17:23 +0200 |
commit | ca105f1c669950768a1f4cd6b93f471cabbc5114 (patch) | |
tree | 027648505c2b1049d0d139525f39b5da1d214c2d /view/theme/quattro/green | |
parent | 4d9ab1d775eb6ecf4837de379e4c3682cda29879 (diff) | |
download | volse-hubzilla-ca105f1c669950768a1f4cd6b93f471cabbc5114.tar.gz volse-hubzilla-ca105f1c669950768a1f4cd6b93f471cabbc5114.tar.bz2 volse-hubzilla-ca105f1c669950768a1f4cd6b93f471cabbc5114.zip |
quattro: cleanup the less file
Diffstat (limited to 'view/theme/quattro/green')
-rw-r--r-- | view/theme/quattro/green/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index d764886c1..f33c45eae 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -1706,7 +1706,7 @@ footer { margin-bottom: 5px; clear: left; } -#adminpage .plugin .desc { +#adminpage .plugin desc { margin-left: 2.5em; } #adminpage .toggleplugin { @@ -1721,16 +1721,16 @@ footer { #adminpage table th { text-align: left; } -#adminpage td .icon { +#adminpage table td .icon { float: left; } +#adminpage table tr:hover { + background-color: #bbc7d7; +} #adminpage table#users img { width: 16px; height: 16px; } -#adminpage table tr:hover { - background-color: #bbc7d7; -} #adminpage .selectall { text-align: right; } |