Commit 35bc02778549e245048ae4d07414d69396796561
1 parent
85cbed18
Exists in
master
and in
79 other branches
Adjusts on buttons
Showing
1 changed file
with
17 additions
and
4 deletions
Show diff stats
css/main-content.css
... | ... | @@ -81,8 +81,7 @@ |
81 | 81 | |
82 | 82 | /*** Button ***/ |
83 | 83 | |
84 | -#content a.button.with-text, | |
85 | -#content #article-actions a.button.with-text{ | |
84 | +#content a.button.with-text{ | |
86 | 85 | height: 32px; |
87 | 86 | padding: 5px 15px; |
88 | 87 | background: #FFF none; |
... | ... | @@ -94,7 +93,21 @@ |
94 | 93 | text-transform: uppercase; |
95 | 94 | } |
96 | 95 | |
97 | -#content .button-bar a.button.with-text{ | |
96 | +#content #article-actions a.button.with-text{ | |
97 | + display: inline-block; | |
98 | + height: 18px; | |
99 | + padding: 5px 10px; | |
100 | + margin-bottom: 5px; | |
101 | + background: #FFF none; | |
102 | + color: #3E67B1; | |
103 | + border-radius: 4px; | |
104 | + border: 1px solid #3E67B1; | |
105 | + font-size: 12px; | |
106 | + line-height: 18px; | |
107 | + text-transform: none; | |
108 | +} | |
109 | + | |
110 | +.action-profile-members #content .button-bar a.button.with-text{ | |
98 | 111 | height: auto; |
99 | 112 | border: 1px solid #D3D6DE; |
100 | 113 | font-size: 12px; |
... | ... | @@ -102,7 +115,7 @@ |
102 | 115 | text-transform: none; |
103 | 116 | } |
104 | 117 | |
105 | -#content .button-bar a.button.with-text:hover{ | |
118 | +.action-profile-members #content .button-bar a.button.with-text:hover{ | |
106 | 119 | border-color: #3E67B1; |
107 | 120 | } |
108 | 121 | ... | ... |