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

Delta Between Two Patch Sets: lib/views/browser/charm-full.less

Issue 8797047: Add the 'is reviwed' badge to the charm icons
Left Patch Set: Created 10 years, 11 months ago
Right Patch Set: Add the 'is reviwed' badge to the charm icons Created 10 years, 11 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
« no previous file with change/comment | « app/widgets/charm-token.js ('k') | lib/views/browser/charm-token.less » ('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 #subapp-browser .charm { 1 #subapp-browser .charm {
2 display: table; 2 display: table;
3 width: 100%; 3 width: 100%;
4 4
5 a.yui3-tab-label { 5 a.yui3-tab-label {
6 color: @bws-text; 6 color: @bws-text;
7 } 7 }
8 .yui3-tab-selected a.yui3-tab-label { 8 .yui3-tab-selected a.yui3-tab-label {
9 color: @bws-heading; 9 color: @bws-heading;
10 } 10 }
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 82
83 .charm-icon { 83 .charm-icon {
84 width: 160px; 84 width: 160px;
85 height: 160px; 85 height: 160px;
86 background: transparent 86 background: transparent
87 url(/juju-ui/assets/images/charm_160.png) 87 url(/juju-ui/assets/images/charm_160.png)
88 left top no-repeat; 88 left top no-repeat;
89 } 89 }
90 90
91 i.badge-approved { 91 i.badge-approved {
92 position: relative; 92 position: absolute;
93 margin-left: -116px; 93 margin-left: -20px;
94 margin-top: -94px; 94 margin-top: -20px;
95 } 95 }
96 96
97 .charm-details { 97 .charm-details {
98 margin-left: 19px; 98 margin-left: 19px;
99 99
100 h1 { 100 h1 {
101 font-size: 23pt; 101 font-size: 23pt;
102 } 102 }
103 dt, 103 dt,
104 dd { 104 dd {
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 list-style-type: decimal; 285 list-style-type: decimal;
286 286
287 span:first-child { 287 span:first-child {
288 margin-left: 10px; 288 margin-left: 10px;
289 } 289 }
290 } 290 }
291 } 291 }
292 } 292 }
293 } 293 }
294 } 294 }
LEFTRIGHT

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