##// END OF EJS Templates
fixed current pagination element and input different size than button
Liviu -
r3595:ca5c908c new-ui
parent child Browse files
Show More
@@ -271,7 +271,7 b' form.rcform {'
271 271 .badged-field {
272 272 .user-badge {
273 273 line-height: 25px;
274 padding: .5em;
274 padding: .4em;
275 275 border-radius: @border-radius;
276 276 border-top: 1px solid @grey4;
277 277 border-left: 1px solid @grey4;
@@ -575,11 +575,17 b' ul#context-pages {'
575 575 }
576 576 }
577 577
578 .pager_curpage, .pager_dotdot,
579 .paginate_button.current, .paginate_button.disabled,
578 .paginate_button.disabled,
580 579 .disabled {
581 580 color: @grey3;
582 581 cursor: default;
582 opacity: 0.5;
583 }
584
585 .paginate_button.current, .pager_curpage {
586 background: @rcblue;
587 border-color: @rcblue;
588 color: @white;
583 589 }
584 590
585 591 .ellipsis {
@@ -244,7 +244,7 b' mark,'
244 244 clear: both;
245 245 float: left;
246 246 width: 100%;
247 margin: @pagepadding/2 0 0;
247 margin: @pagepadding/2 0 @pagepadding/4;
248 248 min-height: 25px;
249 249
250 250 .breadcrumbs {
@@ -104,7 +104,7 b''
104 104
105 105 // FORMS (new)
106 106 @border-thickness-inputs: 1px;
107 @input-padding: @button-padding; //needs to match button padding
107 @input-padding: .6em; //needs to match button padding
108 108 // TODO: johbo: Needed for working computation of paddings around labels etc.
109 109 // Expected to be replaced once we are done with the form refactoring.
110 110 @input-padding-px: 12px;
General Comments 0
You need to be logged in to leave comments. Login now