Commit 5688035de1299ecede27a7d3e5fe981016575f13

Authored by ValessioBrito
1 parent f92c7bda

ActionItem138: Box default theme



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1105 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 7 additions and 11 deletions   Show diff stats
public/designs/themes/default/style.css
... ... @@ -48,17 +48,13 @@ font-weight: normal;
48 48 border: 1px inset #545454;
49 49 }
50 50  
51   -.design_block a.desing_button_block:hover span {
52   -display: inline;
53   -position: absolute;
54   -color: white;
55   -background: #009900;
56   -font-family: Sans-serif;
57   -font-size: 13px;
58   -font-weight: normal;
59   -margin: 10px;
60   -padding-left: 5px;
61   -padding-right: 5px;
  51 +a.design_button_block:hover span {
  52 +display: block;
  53 +position: relative;
  54 +margin-top: -20px;
  55 +margin-left: -10px;
  56 +z-index: 100;
  57 +float: left;
62 58 }
63 59  
64 60 .design_block a.design_button_block {
... ...