syncevolution/src/gtk3-ui/sync-ui.css
Jussi Kukkonen f49beff2c2 gtk3-ui: Make sure we don't overflow horizontally
If the font size is large, the UI may end up overflowing horizontally
on small screens. Make sure that does not happen by limiting info
label size and setting proper expand/fill properties. Also set info
label font size in application css so we don't get nasty surprises
if default is massive.
2012-03-30 07:31:58 +00:00

47 lines
849 B
CSS

# generic rules for MuxWidgets
MuxFrame {
background-color : #ffffff;
-MuxFrame-border-color : #dee2e5;
-MuxFrame-bullet-color : #aaaaaa;
-MuxFrame-title-font : Bold 12;
}
MuxFrame:insensitive {
background-color : #ffffff;
}
# sync-ui specific rules
GtkWindow#meego_win {
background-color : #4a535a;
}
GtkLabel#info_label {
font : 12;
}
GtkEventBox#sync_data_and_type_box,
GtkEventBox#sync_data_and_type_box:insensitive {
background-color : #ececec;
}
GtkFrame#log_frame:insensitive,
GtkFrame#backup_frame:insensitive,
GtkFrame#services_frame:insensitive {
background-color : #d2d6d9;
}
GtkLabel#sync_service_label,
GtkLabel#sync_status_label,
GtkLabel#no_server_label,
GtkLabel#sync_failure_label {
font : Bold;
}
GtkButton#sync_btn {
-GtkButton-inner-border : 10 10 10 10;
font : Bold;
}