Commit b79cbd92d016d7bf10c886ce70546f0bfc1003ca
Committed by
Álvaro Fernando Matos de Souza
1 parent
8f9be444
Exists in
master_with_pkg_fixes
and in
2 other branches
Reduce button size
Showing
1 changed file
with
16 additions
and
0 deletions
Show diff stats
src/noosfero-spb-theme/css/main-content.css
@@ -97,6 +97,7 @@ | @@ -97,6 +97,7 @@ | ||
97 | line-height: 32px; | 97 | line-height: 32px; |
98 | } | 98 | } |
99 | 99 | ||
100 | +#content .button-bar a.button.with-text, | ||
100 | #content #article-actions a.button.with-text{ | 101 | #content #article-actions a.button.with-text{ |
101 | display: inline-block; | 102 | display: inline-block; |
102 | height: 18px; | 103 | height: 18px; |
@@ -111,6 +112,18 @@ | @@ -111,6 +112,18 @@ | ||
111 | text-transform: none; | 112 | text-transform: none; |
112 | } | 113 | } |
113 | 114 | ||
115 | +#content .button-bar .button.with-text.icon-save.submit{ | ||
116 | + height: 30px; | ||
117 | + padding: 5px 15px; | ||
118 | + background: #FFF none; | ||
119 | + color: #3E67B1; | ||
120 | + border-radius: 4px; | ||
121 | + border: 1px solid #3E67B1; | ||
122 | + font-size: 14px; | ||
123 | + line-height: 14px; | ||
124 | +} | ||
125 | + | ||
126 | +#content .button-bar a.button.with-text span, | ||
114 | #content #article-actions a.button.with-text span{ | 127 | #content #article-actions a.button.with-text span{ |
115 | padding: 0; | 128 | padding: 0; |
116 | } | 129 | } |
@@ -125,6 +138,7 @@ | @@ -125,6 +138,7 @@ | ||
125 | .action-profile-members #content .page-profile-header a.button.with-text{ | 138 | .action-profile-members #content .page-profile-header a.button.with-text{ |
126 | border:none; | 139 | border:none; |
127 | } | 140 | } |
141 | + | ||
128 | .action-profile-members #content .button-bar a.button.with-text:hover{ | 142 | .action-profile-members #content .button-bar a.button.with-text:hover{ |
129 | border-color: #3E67B1; | 143 | border-color: #3E67B1; |
130 | } | 144 | } |
@@ -141,6 +155,8 @@ | @@ -141,6 +155,8 @@ | ||
141 | line-height: 32px; | 155 | line-height: 32px; |
142 | } | 156 | } |
143 | 157 | ||
158 | +#content .button-bar .button.with-text.icon-save.submit:hover, | ||
159 | +#content .button-bar a.button.with-text:hover, | ||
144 | #content a.button:hover, | 160 | #content a.button:hover, |
145 | #content #article-actions a.button.with-text:hover, | 161 | #content #article-actions a.button.with-text:hover, |
146 | #content input.button.with-text:hover{ | 162 | #content input.button.with-text:hover{ |