Show More
@@ -26,6 +26,10 b' input[type="button"] {' | |||
|
26 | 26 | -moz-transition: background .3s,color .3s; |
|
27 | 27 | -o-transition: background .3s,color .3s; |
|
28 | 28 | transition: background .3s,color .3s; |
|
29 | box-shadow: @button-shadow; | |
|
30 | -webkit-box-shadow: @button-shadow; | |
|
31 | ||
|
32 | ||
|
29 | 33 | |
|
30 | 34 | a { |
|
31 | 35 | display: block; |
@@ -80,12 +84,12 b' input[type="button"] {' | |||
|
80 | 84 | |
|
81 | 85 | &:hover, |
|
82 | 86 | &.active { |
|
83 |
color: |
|
|
84 |
background-color: @ |
|
|
87 | color: @rcblue; | |
|
88 | background-color: @grey7; | |
|
85 | 89 | .border ( @border-thickness, @rcdarkblue ); |
|
86 | 90 | |
|
87 | 91 | a { |
|
88 |
color: |
|
|
92 | color: @rcblue; | |
|
89 | 93 | } |
|
90 | 94 | } |
|
91 | 95 | &:disabled { |
@@ -426,7 +426,7 b' form.comment-form {' | |||
|
426 | 426 | |
|
427 | 427 | .comment-form-login { |
|
428 | 428 | .comment-help { |
|
429 |
padding: 0. |
|
|
429 | padding: 0.7em; //same as the button | |
|
430 | 430 | } |
|
431 | 431 | |
|
432 | 432 |
div.clearfix { |
@@ -38,7 +38,7 b'' | |||
|
38 | 38 | |
|
39 | 39 | .form-control { |
|
40 | 40 | width: 100%; |
|
41 |
padding: 0. |
|
|
41 | padding: 0.7em; | |
|
42 | 42 | border: 1px solid #979797; |
|
43 | 43 | border-radius: 2px; |
|
44 | 44 | } |
@@ -124,7 +124,6 b'' | |||
|
124 | 124 | } |
|
125 | 125 | |
|
126 | 126 | .menulabel { |
|
127 | padding: 0 0 0.4em 0; | |
|
128 | 127 | line-height: 1em; |
|
129 | 128 | // for this specifically we do not use a variable |
|
130 | 129 | } |
@@ -502,7 +501,7 b'' | |||
|
502 | 501 | |
|
503 | 502 | #context-bar { |
|
504 | 503 | display: block; |
|
505 | margin: 0 auto; | |
|
504 | margin: 0 auto 20px 0; | |
|
506 | 505 | padding: 0 @header-padding; |
|
507 | 506 | background-color: @grey7; |
|
508 | 507 | |
@@ -513,7 +512,6 b'' | |||
|
513 | 512 | |
|
514 | 513 | ul#context-pages { |
|
515 | 514 | li { |
|
516 | line-height: 2em; | |
|
517 | 515 | list-style-type: none; |
|
518 | 516 | |
|
519 | 517 | a { |
@@ -17,7 +17,7 b'' | |||
|
17 | 17 | .select2-search, |
|
18 | 18 | .select2-search input {.box-sizing(border-box);} |
|
19 | 19 | .select2-container .select2-choice{display:block; line-height:1em; -webkit-touch-callout:none;-moz-user-select:none;-ms-user-select:none;user-select:none; } |
|
20 | .main .select2-container .select2-choice { background-color: white; } | |
|
20 | .main .select2-container .select2-choice { background-color: white; box-shadow: @button-shadow;} | |
|
21 | 21 | .select2-container .select2-choice abbr { display: none; width: 12px; height: 12px; position: absolute; right: 24px; top: 8px; font-size: 1px; text-decoration: none; border: 0; background: url('../images/select2.png') right top no-repeat; cursor: pointer; outline: 0; } |
|
22 | 22 | .select2-container.select2-allowclear .select2-choice abbr {display: inline-block;} |
|
23 | 23 | .select2-container .select2-choice abbr:hover { background-position: right -11px; cursor: pointer; } |
@@ -120,7 +120,7 b' select.select2{height:28px;visibility:hi' | |||
|
120 | 120 | |
|
121 | 121 | a { |
|
122 | 122 | display:block; |
|
123 |
padding: . |
|
|
123 | padding: .7em; | |
|
124 | 124 | padding-right: 2em; |
|
125 | 125 | position: relative; |
|
126 | 126 | |
@@ -129,7 +129,7 b' select.select2{height:28px;visibility:hi' | |||
|
129 | 129 | content: "\00A0\25BE"; |
|
130 | 130 | right: .1em; |
|
131 | 131 | line-height: 1em; |
|
132 |
top: 0. |
|
|
132 | top: 0.2em; | |
|
133 | 133 | width: 1em; |
|
134 | 134 | font-size: 20px; |
|
135 | 135 | } |
@@ -176,7 +176,13 b' select.select2{height:28px;visibility:hi' | |||
|
176 | 176 | |
|
177 | 177 | &:hover, |
|
178 | 178 | &.select2-highlighted { |
|
179 |
background-color: @ |
|
|
179 | background-color: @grey7; | |
|
180 | ||
|
181 | .select2-result-label { | |
|
182 | &:hover { | |
|
183 | color: @grey1!important; | |
|
184 | } | |
|
185 | } | |
|
180 | 186 | } |
|
181 | 187 | |
|
182 | 188 | &.select2-result-with-children { |
@@ -189,8 +195,7 b' select.select2{height:28px;visibility:hi' | |||
|
189 | 195 | display:block; |
|
190 | 196 | padding: 8px; |
|
191 | 197 | font-family: @text-regular; |
|
192 | border-bottom: @border-thickness solid @rclightblue; | |
|
193 | color: @rcblue; | |
|
198 | color: @grey2; | |
|
194 | 199 | cursor: pointer; |
|
195 | 200 | } |
|
196 | 201 | &.select2-result-with-children { |
@@ -205,7 +210,7 b' select.select2{height:28px;visibility:hi' | |||
|
205 | 210 | ul.select2-result-sub li .select2-result-label { |
|
206 | 211 | padding-left: 16px; |
|
207 | 212 | font-family: @text-regular; |
|
208 |
color: @r |
|
|
213 | color: @grey2; | |
|
209 | 214 | cursor: pointer; |
|
210 | 215 | } |
|
211 | 216 | } |
@@ -156,6 +156,19 b' pre {' | |||
|
156 | 156 | |
|
157 | 157 | // Emphasis & misc |
|
158 | 158 | // ------------------------- |
|
159 | .discreet { | |
|
160 | color: @grey4; | |
|
161 | font-size: 85%; | |
|
162 | font-weight: normal; | |
|
163 | ||
|
164 | a { | |
|
165 | color: @grey4; | |
|
166 | ||
|
167 | &:hover { | |
|
168 | color: @rcdarkblue; | |
|
169 | } | |
|
170 | } | |
|
171 | } | |
|
159 | 172 | |
|
160 | 173 | small, |
|
161 | 174 | .small { |
@@ -231,7 +244,8 b' mark,' | |||
|
231 | 244 | clear: both; |
|
232 | 245 | float: left; |
|
233 | 246 | width: 100%; |
|
234 |
margin: @pagepadding/2 0 |
|
|
247 | margin: @pagepadding/2 0 0; | |
|
248 | min-height: 25px; | |
|
235 | 249 | |
|
236 | 250 | .breadcrumbs { |
|
237 | 251 | float: left; |
@@ -130,7 +130,9 b'' | |||
|
130 | 130 | @fields-input-l: 720px; |
|
131 | 131 | |
|
132 | 132 | // BUTTONS |
|
133 |
@button-padding: . |
|
|
133 | @button-padding: .7em; | |
|
134 | @button-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15); | |
|
135 | ||
|
134 | 136 | |
|
135 | 137 | // DEFAULT WIDTHS |
|
136 | 138 | @wrapper-maxwidth: 1600px; |
@@ -23,10 +23,6 b'' | |||
|
23 | 23 | <%def name="main()"> |
|
24 | 24 | |
|
25 | 25 | <div class="box"> |
|
26 | <div class="title"> | |
|
27 | ${self.repo_group_page_title(c.repo_group)} | |
|
28 | </div> | |
|
29 | ||
|
30 | 26 | <div class="sidebar-col-wrapper"> |
|
31 | 27 | ##main |
|
32 | 28 | <div class="sidebar"> |
@@ -77,6 +77,14 b'' | |||
|
77 | 77 | <%def name="admin_menu(active=None)"> |
|
78 | 78 | <div id="context-bar"> |
|
79 | 79 | <div class="wrapper"> |
|
80 | <div class="title"> | |
|
81 | <div class="title-content"> | |
|
82 | <div class="title-main"> | |
|
83 | Admin Panel | |
|
84 | </div> | |
|
85 | </div> | |
|
86 | </div> | |
|
87 | ||
|
80 | 88 | <ul id="context-pages" class="navigation horizontal-list"> |
|
81 | 89 | <% |
|
82 | 90 | repositories=c.rhodecode_user.repositories_admin |
@@ -118,7 +126,6 b'' | |||
|
118 | 126 | </div> |
|
119 | 127 | </%def> |
|
120 | 128 | |
|
121 | ||
|
122 | 129 | <%def name="dt_info_panel(elements)"> |
|
123 | 130 | <dl class="dl-horizontal"> |
|
124 | 131 | %for dt, dd, title, show_items in elements: |
@@ -148,7 +155,6 b'' | |||
|
148 | 155 | </dl> |
|
149 | 156 | </%def> |
|
150 | 157 | |
|
151 | ||
|
152 | 158 | <%def name="gravatar(email, size=16)"> |
|
153 | 159 | <% |
|
154 | 160 | if (size > 16): |
@@ -202,7 +208,7 b'' | |||
|
202 | 208 | |
|
203 | 209 | ## FORKED |
|
204 | 210 | %if repo_instance.fork: |
|
205 | <p> | |
|
211 | <p class="discreet"> | |
|
206 | 212 | <i class="icon-code-fork"></i> ${_('Fork of')} |
|
207 | 213 | ${h.link_to_if(c.has_origin_repo_read_perm,repo_instance.fork.repo_name, h.route_path('repo_summary', repo_name=repo_instance.fork.repo_name))} |
|
208 | 214 | </p> |
@@ -210,7 +216,7 b'' | |||
|
210 | 216 | |
|
211 | 217 | ## IMPORTED FROM REMOTE |
|
212 | 218 | %if repo_instance.clone_uri: |
|
213 | <p> | |
|
219 | <p class="discreet"> | |
|
214 | 220 | <i class="icon-code-fork"></i> ${_('Clone from')} |
|
215 | 221 | <a href="${h.safe_str(h.hide_credentials(repo_instance.clone_uri))}">${h.hide_credentials(repo_instance.clone_uri)}</a> |
|
216 | 222 | </p> |
@@ -218,12 +224,12 b'' | |||
|
218 | 224 | |
|
219 | 225 | ## LOCKING STATUS |
|
220 | 226 | %if repo_instance.locked[0]: |
|
221 | <p class="locking_locked"> | |
|
227 | <p class="locking_locked discreet"> | |
|
222 | 228 | <i class="icon-repo-lock"></i> |
|
223 | 229 | ${_('Repository locked by %(user)s') % {'user': h.person_by_id(repo_instance.locked[0])}} |
|
224 | 230 | </p> |
|
225 | 231 | %elif repo_instance.enable_locking: |
|
226 | <p class="locking_unlocked"> | |
|
232 | <p class="locking_unlocked discreet"> | |
|
227 | 233 | <i class="icon-repo-unlock"></i> |
|
228 | 234 | ${_('Repository not locked. Pull repository to lock it.')} |
|
229 | 235 | </p> |
@@ -359,6 +365,10 b'' | |||
|
359 | 365 | <!--- REPO GROUP CONTEXT BAR --> |
|
360 | 366 | <div id="context-bar"> |
|
361 | 367 | <div class="wrapper"> |
|
368 | <div class="title"> | |
|
369 | ${self.repo_group_page_title(c.repo_group)} | |
|
370 | </div> | |
|
371 | ||
|
362 | 372 | <ul id="context-pages" class="navigation horizontal-list"> |
|
363 | 373 | <li class="${is_active('home')}"><a class="menulink" href="${h.route_path('repo_group_home', repo_group_name=c.repo_group.group_name)}"><div class="menulabel">${_('Group Home')}</div></a></li> |
|
364 | 374 | % if is_admin or group_admin: |
General Comments 0
You need to be logged in to leave comments.
Login now