Commit b1eb09460a698549c0142cfac072362174fbce1a
Exists in
master
and in
79 other branches
Merge branch 'master' of gitlab.com:softwarepublico/noosfero-spb-theme
Showing
2 changed files
with
29 additions
and
0 deletions
Show diff stats
css/article-page.css
| @@ -28,13 +28,37 @@ | @@ -28,13 +28,37 @@ | ||
| 28 | line-height: 21px; | 28 | line-height: 21px; |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | +#content #article-parent{ | ||
| 32 | + margin: 0px 0px 10px 0; | ||
| 33 | + font-style: normal; | ||
| 34 | + text-align: left; | ||
| 35 | +} | ||
| 36 | + | ||
| 31 | #content #article-parent a.button.with-text{ | 37 | #content #article-parent a.button.with-text{ |
| 38 | + height: 18px; | ||
| 39 | + padding: 5px; | ||
| 32 | background-color: #3E67B1; | 40 | background-color: #3E67B1; |
| 33 | color: #FFF; | 41 | color: #FFF; |
| 42 | + border-radius: 4px; | ||
| 43 | + border: 1px solid #3E67B1; | ||
| 44 | + font-size: 12px; | ||
| 45 | + line-height: 18px; | ||
| 46 | + text-transform: none; | ||
| 34 | } | 47 | } |
| 35 | 48 | ||
| 36 | #content #article-parent a.button.with-text:hover{ | 49 | #content #article-parent a.button.with-text:hover{ |
| 37 | background-color: #5E82C6; | 50 | background-color: #5E82C6; |
| 51 | + border-color: #5E82C6; | ||
| 52 | +} | ||
| 53 | + | ||
| 54 | +#content #article-parent a.button.with-text::before{ | ||
| 55 | + content: "\f053"; | ||
| 56 | + font-family: FontAwesome; | ||
| 57 | + padding-right: 4px; | ||
| 58 | + padding-left: 2px; | ||
| 59 | + color: #ffffff; | ||
| 60 | + border-radius: 4px; | ||
| 61 | + text-align: center; | ||
| 38 | } | 62 | } |
| 39 | 63 | ||
| 40 | /* Need a dev solution - blog internal pages*/ | 64 | /* Need a dev solution - blog internal pages*/ |
| @@ -123,6 +147,7 @@ | @@ -123,6 +147,7 @@ | ||
| 123 | /*** Tags ***/ | 147 | /*** Tags ***/ |
| 124 | 148 | ||
| 125 | #content .main-block #article-tags{ | 149 | #content .main-block #article-tags{ |
| 150 | + display: none; /* wait to fix label */ | ||
| 126 | width: 100%; | 151 | width: 100%; |
| 127 | color: #5E82C6; | 152 | color: #5E82C6; |
| 128 | border-bottom: 1px solid #D3D6DE; | 153 | border-bottom: 1px solid #D3D6DE; |
css/main-content.css
| @@ -107,6 +107,10 @@ | @@ -107,6 +107,10 @@ | ||
| 107 | text-transform: none; | 107 | text-transform: none; |
| 108 | } | 108 | } |
| 109 | 109 | ||
| 110 | +#content #article-actions a.button.with-text span{ | ||
| 111 | + padding: 0; | ||
| 112 | +} | ||
| 113 | + | ||
| 110 | .action-profile-members #content .button-bar a.button.with-text{ | 114 | .action-profile-members #content .button-bar a.button.with-text{ |
| 111 | height: auto; | 115 | height: auto; |
| 112 | border: 1px solid #D3D6DE; | 116 | border: 1px solid #D3D6DE; |