##// 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 .badged-field {
271 .badged-field {
272 .user-badge {
272 .user-badge {
273 line-height: 25px;
273 line-height: 25px;
274 padding: .5em;
274 padding: .4em;
275 border-radius: @border-radius;
275 border-radius: @border-radius;
276 border-top: 1px solid @grey4;
276 border-top: 1px solid @grey4;
277 border-left: 1px solid @grey4;
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,
578 .paginate_button.disabled,
579 .paginate_button.current, .paginate_button.disabled,
580 .disabled {
579 .disabled {
581 color: @grey3;
580 color: @grey3;
582 cursor: default;
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 .ellipsis {
591 .ellipsis {
@@ -244,7 +244,7 b' mark,'
244 clear: both;
244 clear: both;
245 float: left;
245 float: left;
246 width: 100%;
246 width: 100%;
247 margin: @pagepadding/2 0 0;
247 margin: @pagepadding/2 0 @pagepadding/4;
248 min-height: 25px;
248 min-height: 25px;
249
249
250 .breadcrumbs {
250 .breadcrumbs {
@@ -104,7 +104,7 b''
104
104
105 // FORMS (new)
105 // FORMS (new)
106 @border-thickness-inputs: 1px;
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 // TODO: johbo: Needed for working computation of paddings around labels etc.
108 // TODO: johbo: Needed for working computation of paddings around labels etc.
109 // Expected to be replaced once we are done with the form refactoring.
109 // Expected to be replaced once we are done with the form refactoring.
110 @input-padding-px: 12px;
110 @input-padding-px: 12px;
General Comments 0
You need to be logged in to leave comments. Login now