Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(720)

Delta Between Two Patch Sets: MoinMoin/themes/modernized/static/custom-less/theme.less

Issue 242460043: Automation + Global History
Left Patch Set: After fixing coding-std errors Created 8 years, 9 months ago
Right Patch Set: Changes suggested by mentors Created 8 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 // Modernized theme
2 // Yask Srivastava
3 1
2 @import "notice.less";
4 // Core variables and mixins 3 // Core variables and mixins
5 @import "variables2.less"; 4 @import "variables_modernized.less";
6 @import "mixins.less"; 5 @import "mixins.less";
6 @import (less) "userstyles.css";
7 7
8 // Reset and dependencies 8 // Reset and dependencies
9 @import "normalize.less"; 9 @import "normalize.less";
10 @import "print.less"; 10 @import "print.less";
11 11
12 12
13 // Core CSS 13 // Core CSS
14 @import "scaffolding.less"; 14 @import "scaffolding.less";
15 @import "type.less"; 15 @import "type.less";
16 @import "code.less"; 16 @import "code.less";
(...skipping 17 matching lines...) Expand all
34 @import "modernized.less"; 34 @import "modernized.less";
35 35
36 //Custom Styles on top of theme 36 //Custom Styles on top of theme
37 //Experimental 37 //Experimental
38 .itemviews a {padding-top:5px !important; padding-bottom:5px !important; padding -right:10px !important; padding-left:5px !important} 38 .itemviews a {padding-top:5px !important; padding-bottom:5px !important; padding -right:10px !important; padding-left:5px !important}
39 .submenu a {padding-left:5px !important; padding-top:5px !important; padding-bot tom:5px !important; font-size:14px} 39 .submenu a {padding-left:5px !important; padding-top:5px !important; padding-bot tom:5px !important; font-size:14px}
40 40
41 //Home Page 41 //Home Page
42 .moin-topnav{ 42 .moin-topnav{
43 margin-bottom: 0px; 43 margin-bottom: 0px;
44 height: 103px;
44 } 45 }
45 .moin-topnav-container{ 46 .moin-topnav-container{
46 margin-left: 2px; 47 margin-left: 2px;
47 padding-left: 20px; 48 padding-left: 20px;
48 } 49 }
49 .moin-logo{ 50 .moin-logo{
50 padding-bottom: 4px; 51 padding-bottom: 4px;
51 padding-top: 0.5px; 52 padding-top: 0.5px;
52 margin-right: 5px; 53 margin-right: 5px;
53 } 54 }
54 //Global History Page 55 //Global History Page
55 .set-bookmark-btn{ 56 .set-bookmark-btn{
ajgupta93 2015/06/20 16:48:49 probably add '.moin-'to these selectors
56 margin-left: 107px; 57 margin-left: 107px;
57 } 58 }
58 .history-panel{ 59 .history-panel{
59 padding-bottom: 0px; 60 padding-bottom: 0px;
60 padding-left: 0px; 61 padding-left: 0px;
61 padding-top: 0px; 62 padding-top: 0px;
62 padding-right: 0px; 63 padding-right: 0px;
63 } 64 }
64 .history-table{ 65 .history-table{
65 margin-bottom: 0px; 66 margin-bottom: 0px;
66 } 67 }
67 .del-bookmark-btn{ 68 .del-bookmark-btn{
68 margin-left: 25px; 69 margin-left: 25px;
69 } 70 }
71
72 //Universal
73 .moin-button{
74 .btn;
75 .btn-primary;
76 }
77 .moin-itemviews{
78 .nav;
79 .nav-tabs;
80 }
81
82 .breadcrumb a {
83 color: white;
84 }
85 .breadcrumb{
86 background-color:#444EB6;
87 margin-bottom:0px;
88 }
89 .footer{
90 bottom: 0;
91 width: 100%;
92 /* Set the fixed height of the footer here */
93 height: 60px;
94 background-color: #444EB6;
95
96 }
97 .footer a{
98 color: white;}
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b