Commit 6a4919a3 authored by Andrey Cherepanov's avatar Andrey Cherepanov

6.9.0-alt13

- Small fixes in Alterator stylesheet
parent c86886e5
......@@ -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
......
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment