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

Delta Between Two Patch Sets: lib/views/stylesheet.less

Issue 7381060: Landscape service menu integration
Left Patch Set: Created 12 years, 1 month ago
Right Patch Set: Landscape service menu integration Created 12 years, 1 month 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
« no previous file with change/comment | « app/views/topology/service.js ('k') | test/test_service_module.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 /* Processed with LESS from lib/views/stylesheet.less */ 1 /* Processed with LESS from lib/views/stylesheet.less */
2 @font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif; 2 @font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
3 @font-family-medium: 'Ubuntu Medium', 'Helvetica Neue', Helvetica, Arial, sans-s erif; 3 @font-family-medium: 'Ubuntu Medium', 'Helvetica Neue', Helvetica, Arial, sans-s erif;
4 4
5 /* Define common colors. */ 5 /* Define common colors. */
6 @label-color: #292929; 6 @label-color: #292929;
7 @text-entry-color: #6d6e70; 7 @text-entry-color: #6d6e70;
8 @charm-panel-orange: #dd4814; 8 @charm-panel-orange: #dd4814;
9 @charm-panel-configure-title-color: #eee7d5; 9 @charm-panel-configure-title-color: #eee7d5;
10 @charm-panel-configure-name-color: #8f8f88; 10 @charm-panel-configure-name-color: #8f8f88;
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 background-repeat: no-repeat; 331 background-repeat: no-repeat;
332 border-bottom: 1px #5f594f solid; 332 border-bottom: 1px #5f594f solid;
333 cursor: pointer; 333 cursor: pointer;
334 line-height: 32px; 334 line-height: 32px;
335 padding: 5px 5px 5px 5px; 335 padding: 5px 5px 5px 5px;
336 .create-border-radius(@border_radius); 336 .create-border-radius(@border_radius);
337 337
338 a { 338 a {
339 text-decoration: none; 339 text-decoration: none;
340 font-size: 75%; 340 font-size: 75%;
341 padding-left: 10px; 341 color: #fdf6e3;
342 } 342 }
343 343
344 &.view-service { 344 &.view-service {
345 background-image: url(/juju-ui/assets/images/icons/icon_noshadow _view.png); 345 background-image: url(/juju-ui/assets/images/icons/icon_noshadow _view.png);
346 } 346 }
347 &.add-relation { 347 &.add-relation {
348 background-image: url(/juju-ui/assets/images/icons/icon_noshadow _relation.png); 348 background-image: url(/juju-ui/assets/images/icons/icon_noshadow _relation.png);
349 } 349 }
350 &.destroy-service { 350 &.destroy-service {
351 background-image: url(/juju-ui/assets/images/icons/icon_noshadow _destroy.png); 351 background-image: url(/juju-ui/assets/images/icons/icon_noshadow _destroy.png);
(...skipping 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after
1590 } 1590 }
1591 .error { 1591 .error {
1592 color: red; 1592 color: red;
1593 font-weight: bold; 1593 font-weight: bold;
1594 } 1594 }
1595 1595
1596 #loading-spinner { 1596 #loading-spinner {
1597 height: 100px; 1597 height: 100px;
1598 } 1598 }
1599 } 1599 }
LEFTRIGHT

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