diff --git a/public/designs/themes/default/style.css b/public/designs/themes/default/style.css index 7c47962..0f68e16 100644 --- a/public/designs/themes/default/style.css +++ b/public/designs/themes/default/style.css @@ -45,12 +45,12 @@ padding-right: 5px; } div.block a.button_block { -display: block; -width: 10px; -height: 10px; -margin-top: 10px; -margin-right: 5px; -float: right; +display: block !important; +width: 10px !important; +height: 10px !important; +margin-top: 10px !important; +margin-right: 5px !important; +float: right !important; } div.block a.button_block_hide { diff --git a/public/designs/themes/macstyle/style.css b/public/designs/themes/macstyle/style.css index 423a676..0b9eb4d 100644 --- a/public/designs/themes/macstyle/style.css +++ b/public/designs/themes/macstyle/style.css @@ -15,6 +15,7 @@ ul.block_control_list h3.block_header { + position: relative; background: url('images/h3bg.png') repeat-x; cursor:move; font-family: Sans-serif; -- libgit2 0.21.2