You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnome-shell-extension-openw.../src/stylesheet.css

46 lines
616 B

14 years ago
.weather-current-summarybox {
}
14 years ago
.weather-current-summary {
font-size: 40px;
14 years ago
}
.weather-current-databox {
padding: 0 15px 0px 30px;
}
.weather-current-icon {
padding: 0px 30px;
}
.weather-current-iconbox {
padding-right: 20px;
}
.weather-icon {
padding-right: 5px;
}
.weather-icon-rtl {
padding-left: 5px;
}
.weather-current-databox-captions {
text-align: right;
padding-right: 5px;
color: #999999;
}
.weather-forecast-icon {
padding: 0 15px 0px 25px;
}
.weather-forecast-databox {
padding-right: 30px;
}
.weather-forecast-day {
color: #999999;
font-size: 90%;
}