Commit fa9507d65a39214fed663bedfc7791c36c5e0c79

Authored by AntonioTerceiro
1 parent 5077d2ab

ActionItem152: CSS enhancements


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1214 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/stylesheets/button.css
... ... @@ -10,14 +10,17 @@
10 10 background-position: 0 0;
11 11 padding-left: 25px;
12 12 padding-right: 2px;
13   - float: left;
14   - display: block;
15 13 height: 24px;
16 14 }
17 15 input.button {
18 16 float: none;
19 17 }
20 18  
  19 +.button-bar .button {
  20 + display: block;
  21 + float: left;
  22 +}
  23 +
21 24 .button, .button:visited {
22 25 color: black;
23 26 text-decoration: none;
... ...
public/stylesheets/search.css
... ... @@ -12,3 +12,7 @@
12 12 .search-tagged-items {
13 13 margin-top: 1em;
14 14 }
  15 +
  16 +#search-field input[type=text] {
  17 + border: 1px solid black;
  18 +}
... ...