6.9.0-alt13

- Small fixes in Alterator stylesheet
This commit is contained in:
Andrey Cherepanov 2012-12-05 18:08:07 +04:00
parent c86886e521
commit 6a4919a311
2 changed files with 18 additions and 4 deletions

View File

@ -6,7 +6,7 @@
Name: branding-%brand-%theme
Version: 6.9.0
Release: alt12
Release: alt13
BuildRequires: cpio fonts-ttf-dejavu fonts-ttf-droid
BuildRequires: design-bootloader-source >= 5.0-alt2
@ -424,6 +424,9 @@ cat '/%_datadir/themes/%XdgThemeName/panel-default-setup.entries' > \
%_desktopdir/indexhtml.desktop
%changelog
* Wed Dec 05 2012 Andrey Cherepanov <cas@altlinux.org> 6.9.0-alt13
- Small fixes in Alterator stylesheet
* Tue Dec 04 2012 Andrey Cherepanov <cas@altlinux.org> 6.9.0-alt12
- Set grayed table borders and header selection in Alterator web-interface
- Use only existed fonts in grub2

View File

@ -27,8 +27,8 @@ table {
}
#main table {
margin-top: 6px;
margin-bottom: 6px;
margin: 0;
margin-bottom: 0;
}
th {
@ -562,6 +562,10 @@ div.alterator-accordion div {
border-right: 1px solid #36A1CC;
}
div.alterator-accordion td {
white-space: nowrap;
}
div.alterator-accordion {
border-bottom: 1px solid #36A1CC;
}
@ -662,6 +666,10 @@ div.alterator-accordion {
font-weight: bold;
}
.ui-dialog {
border: 2px solid #c4c4c4;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 0 .2em;
@ -699,9 +707,12 @@ div.alterator-accordion {
.ui-dialog .ui-dialog-buttonpane button {
float: right;
margin: .5em .4em .5em 0;
cursor: pointer;
width:auto;
overflow:visible;
font-weight: bold;
color: #FFFFFF;
background-color: #455a85;
border: 1px solid #1b2575;
}
.ui-icon-closethick {