Commit b1eb09460a698549c0142cfac072362174fbce1a

Authored by Juliana
2 parents 60f52263 fec8afa2

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 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 37 #content #article-parent a.button.with-text{
  38 + height: 18px;
  39 + padding: 5px;
32 40 background-color: #3E67B1;
33 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 49 #content #article-parent a.button.with-text:hover{
37 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 64 /* Need a dev solution - blog internal pages*/
... ... @@ -123,6 +147,7 @@
123 147 /*** Tags ***/
124 148  
125 149 #content .main-block #article-tags{
  150 + display: none; /* wait to fix label */
126 151 width: 100%;
127 152 color: #5E82C6;
128 153 border-bottom: 1px solid #D3D6DE;
... ...
css/main-content.css
... ... @@ -107,6 +107,10 @@
107 107 text-transform: none;
108 108 }
109 109  
  110 +#content #article-actions a.button.with-text span{
  111 + padding: 0;
  112 +}
  113 +
110 114 .action-profile-members #content .button-bar a.button.with-text{
111 115 height: auto;
112 116 border: 1px solid #D3D6DE;
... ...