diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-06-03 22:53:48 +0200 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-06-03 22:53:48 +0200 |
commit | 6e336d680d556594028df8cd611b6411cecf847f (patch) | |
tree | 8c4aee62d0621b36079f1c818ba49a6c59913e00 /view/theme/redbasic/css | |
parent | 03361acce5161d40f2e0a1e071be9b5b7c335d11 (diff) | |
download | volse-hubzilla-6e336d680d556594028df8cd611b6411cecf847f.tar.gz volse-hubzilla-6e336d680d556594028df8cd611b6411cecf847f.tar.bz2 volse-hubzilla-6e336d680d556594028df8cd611b6411cecf847f.zip |
Schemas: should be ok now.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 83b10b527..8edb06a3e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1506,6 +1506,7 @@ margin-right: 50px; .admin-icons { font-size: 1.2em; color: $toolicon_colour; + margin-right: 10px; } a .drop-icons { @@ -1548,11 +1549,6 @@ a .drop-icons:hover { list-style-type: none; } -.admin-icons { - color: $toolicon_colour; - margin-right: 10px; -} - #adminpage table tr:hover { background-color: #BBC7D7; } |