~tkluck/ubuntu/precise/gnome-shell/lp883443

« back to all changes in this revision

Viewing changes to data/theme/gnome-shell.css

  • Committer: Bazaar Package Importer
  • Author(s): Raphaël Hertzog, Frederic Peters, Raphaël Hertzog, Laurent Bigonville
  • Date: 2011-04-11 21:03:31 UTC
  • mfrom: (1.1.22 upstream)
  • mto: (18.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: james.westby@ubuntu.com-20110411210331-345p7j40vf0wp6t1
Tags: 3.0.0.2-1
* Team upload.

[ Frederic Peters ]
* New upstream release (2.91.93).
* debian/control.in:
  + added dependency on gnome-icon-theme-symbolic.
  + bumped gnome-shell dependency.
  + bumped gir1.2-freedesktop build-dep to 0.10.6, for a fix to
    cairo-1.0.typelib

[ Raphaël Hertzog ]
* New upstream release (3.0.0.2).
* New patch 02_rpath-bluetooth-applet.patch by Rico Tzschichholz to
  add an RPATH so that the compilation doesn't fail when g-ir-scanner
  tries to analyze libgnome-shell.so linked against
  libgnome-bluetooth-applet.so.0 which is in a private directory.
* Add a lintian override for the RPATH that we can't avoid.
* Teach dpkg-shlibdeps how to find that private lib and add the
  corresponding dependency in debian/slibs.local.
* Update and add a bunch of build-depends to match the latest configure
  requirements.
* Add gir1.2-gnomebluetooth-1.0 and gir1.2-networkmanager-1.0 to Depends
  because they are needed to benefit from the improved UI associated to the
  respective status bar applet.

[ Laurent Bigonville ]
* debian/control.in: {Build-}Depends against gir1.2-mutter-3.0 instead of
  gir1.2-mutter-2.91

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
    min-width: 200px;
103
103
}
104
104
 
 
105
.popup-submenu-menu-item:open {
 
106
    background-color: #4c4c4c;
 
107
}
 
108
 
105
109
.popup-sub-menu {
106
 
    background-color: #606060;
 
110
    background-gradient-start: rgba(80,80,80,0.3);
 
111
    background-gradient-end: rgba(80,80,80,0.7);
 
112
    background-gradient-direction: vertical;
 
113
    box-shadow: inset 0px 2px 4px rgba(0,0,0,0.9);
 
114
}
 
115
 
 
116
.popup-sub-menu .popup-menu-item:ltr {
 
117
    padding-right: 0em;
 
118
}
 
119
 
 
120
.popup-sub-menu .popup-menu-item:rtl {
 
121
    padding-left: 0em;
 
122
}
 
123
 
 
124
.popup-sub-menu StScrollBar {
 
125
    padding: 4px;
 
126
}
 
127
 
 
128
.popup-sub-menu StScrollBar StBin#trough {
 
129
    border-width: 0px;
 
130
}
 
131
 
 
132
.popup-sub-menu StScrollBar StBin#vhandle {
 
133
    background-color: #4c4c4c;
 
134
    border-width: 0px;
107
135
}
108
136
 
109
137
/* The remaining popup-menu sizing is all done in ems, so that if you
167
195
 
168
196
/* Switches (to be used in menus) */
169
197
.toggle-switch {
170
 
    width: 4.5em;
171
 
    height: 1.5em;
 
198
    width: 65px;
 
199
    height: 22px;
172
200
}
173
201
 
174
202
.toggle-switch-us {
185
213
    background-image: url("toggle-on-intl.svg");
186
214
}
187
215
 
 
216
.nm-menu-item-icons {
 
217
    spacing: .5em;
 
218
}
 
219
 
188
220
/* Panel */
189
221
 
190
222
#panel {
761
793
 
762
794
#calendarArea {
763
795
    /* this is the width of the entire popup */
764
 
    width: 600px;
 
796
    min-width: 600px;
765
797
}
766
798
 
767
799
.calendar-vertical-separator {
899
931
}
900
932
 
901
933
.events-header-vbox {
902
 
    spacing: 8px;
 
934
    spacing: 6pt;
 
935
    padding-right: 1.75em;
903
936
}
904
937
 
905
 
.events-header {
906
 
    height: 40px;
 
938
.events-header-vbox:rtl {
 
939
    padding-right: 0em;
 
940
    padding-left: 1.75em;
907
941
}
908
942
 
909
943
.events-header-hbox {
948
982
}
949
983
 
950
984
.events-day-name-box {
951
 
    width: 20px;
 
985
    min-width: 15pt;
952
986
}
953
987
 
954
988
.events-time-box {
955
 
    width: 70px;
956
 
    padding-right: 8px;
 
989
    min-width: 53pt;
 
990
    padding-right: 6pt;
957
991
}
958
992
 
959
993
.events-time-box:rtl {
960
994
    padding-right: 0px;
961
 
    padding-left: 8px;
 
995
    padding-left: 6pt;
962
996
}
963
997
 
964
998
.events-event-box {
1096
1130
    icon-size: 36px;
1097
1131
}
1098
1132
 
 
1133
.chat-log-message {
 
1134
    color: #888888;
 
1135
}
 
1136
 
1099
1137
.chat-received {
1100
1138
    background-gradient-direction: horizontal;
1101
1139
    background-gradient-start: rgba(255, 255, 255, 0.2);