~mikemc/ubuntuone-control-panel/darwin-needs-qt4reactor

« back to all changes in this revision

Viewing changes to data/qt/ubuntuone-rtl.qss

  • Committer: Tarmac
  • Author(s): Roberto Alsina
  • Date: 2012-05-15 15:21:24 UTC
  • mfrom: (320.2.6 fix-983665)
  • Revision ID: tarmac-20120515152124-v06mma4fehkyyi32
- Reverse styling for web buttons in RTL locales (Fixes LP:983665)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
GoToWebButton#help_button {
 
2
    background-image: url(:/external_icon_dark_grey-rtl.png);
 
3
    background-position: left;
 
4
}
 
5
 
 
6
GoToWebButton#share_publish_button {
 
7
    background-image: url(:/external_icon_orange-rtl.png);
 
8
    background-position: left;
 
9
}
 
10
 
 
11
GoToWebButton#edit_profile_button,
 
12
GoToWebButton#edit_services_button,
 
13
GoToWebButton#get_more_space_button {
 
14
    background-image: url(:/external_icon_white-rtl.png);
 
15
    background-position: left;
 
16
}
 
17
 
 
18
QTabWidget::pane {
 
19
    border-top-left-radius: 5px;
 
20
    border-top-right-radius: 0px;
 
21
}
 
22
 
 
23
QFrame#frame_status,
 
24
QFrame#frame_storage {
 
25
    border-right-width: 1px;
 
26
    border-left-width: 0px;
 
27
}