~ci-train-bot/ubuntu-themes/ubuntu-themes-ubuntu-yakkety-2052

« back to all changes in this revision

Viewing changes to Radiance/gtk-3.20/gtk-widgets.css

  • Committer: Bileto Bot
  • Author(s): Iain Lane
  • Date: 2016-08-29 10:09:28 UTC
  • mfrom: (500.2.1 ubuntu-themes-archive)
  • Revision ID: ci-train-bot@canonical.com-20160829100928-xhqi7cg216yd830t
Set a proper minimum width on levelbar troughs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1254
1254
 
1255
1255
/* level bars as used for password quality or remaining power */
1256
1256
 
1257
 
levelbar {
1258
 
    min-width: 34px;
 
1257
levelbar,
 
1258
levelbar trough {
 
1259
    min-width: 150px;
1259
1260
    min-height: 5px;
1260
1261
}
1261
1262
 
1262
 
levelbar.vertical {
 
1263
levelbar.vertical,
 
1264
levelbar.vertical trough {
1263
1265
    min-width: 5px;
1264
 
    min-height: 34px;
 
1266
    min-height: 150px;
1265
1267
}
1266
1268
 
1267
1269
levelbar trough {