~nataliabidart/ubuntuone-control-panel/new-colors

« back to all changes in this revision

Viewing changes to data/qt/ubuntuone.qss

  • Committer: Tarmac
  • Author(s): Rodney Dawes, Diego Sarmentero, Roberto Alsina
  • Date: 2012-03-15 22:04:22 UTC
  • mfrom: (282.1.9 system-font)
  • Revision ID: tarmac-20120315220422-r03zdgrcp4c6r7zi
Don't hard-code the font sizes

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
QWidget {
14
14
    font-family: "Ubuntu";
15
 
    font-size: 13px;
16
15
    color: #333333;
17
16
}
18
17
 
63
62
    min-height: 100px;
64
63
}
65
64
 
66
 
QFrame#frm_box > QLabel {
67
 
    font-size: 24px;
68
 
}
69
 
 
70
65
SideWidget {
71
66
    background-color: white;
72
67
    border-style: dotted;
273
268
    border: none;
274
269
    margin-top: 1ex;
275
270
    color: #333333;
276
 
    font: bold 14px;
 
271
    font-weight: bold;
277
272
}
278
273
 
279
274
QGroupBox#profile,
306
301
}
307
302
 
308
303
QLabel#other_devices_label {
309
 
    font: bold 16px;
 
304
    font-weight: bold;
310
305
}
311
306
 
312
307
QLabel#percentage_usage_label {
317
312
    color: white;
318
313
}
319
314
 
320
 
QLabel#sign_in_label {
321
 
    font: 16px;
322
 
}
323
 
 
324
 
QLabel#email_label,
325
 
QLabel#password_label {
326
 
    font-size: 10px;
327
 
}
328
 
 
329
315
QLabel[OverQuota="true"],
330
316
QLabel#warning_label {
331
317
    color: #df2d1f;
332
318
}
333
319
 
334
 
QLabel#welcome_label {
335
 
    font-size: 20px;
336
 
}
337
 
 
338
320
QAbstractItemView {
339
321
    border-style: solid;
340
322
    border-color: #898989;