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 @@ ...@@ -6,7 +6,7 @@
Name: branding-%brand-%theme Name: branding-%brand-%theme
Version: 6.9.0 Version: 6.9.0
Release: alt12 Release: alt13
BuildRequires: cpio fonts-ttf-dejavu fonts-ttf-droid BuildRequires: cpio fonts-ttf-dejavu fonts-ttf-droid
BuildRequires: design-bootloader-source >= 5.0-alt2 BuildRequires: design-bootloader-source >= 5.0-alt2
...@@ -424,6 +424,9 @@ cat '/%_datadir/themes/%XdgThemeName/panel-default-setup.entries' > \ ...@@ -424,6 +424,9 @@ cat '/%_datadir/themes/%XdgThemeName/panel-default-setup.entries' > \
%_desktopdir/indexhtml.desktop %_desktopdir/indexhtml.desktop
%changelog %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 * Tue Dec 04 2012 Andrey Cherepanov <cas@altlinux.org> 6.9.0-alt12
- Set grayed table borders and header selection in Alterator web-interface - Set grayed table borders and header selection in Alterator web-interface
- Use only existed fonts in grub2 - Use only existed fonts in grub2
......
...@@ -27,8 +27,8 @@ table { ...@@ -27,8 +27,8 @@ table {
} }
#main table { #main table {
margin-top: 6px; margin: 0;
margin-bottom: 6px; margin-bottom: 0;
} }
th { th {
...@@ -562,6 +562,10 @@ div.alterator-accordion div { ...@@ -562,6 +562,10 @@ div.alterator-accordion div {
border-right: 1px solid #36A1CC; border-right: 1px solid #36A1CC;
} }
div.alterator-accordion td {
white-space: nowrap;
}
div.alterator-accordion { div.alterator-accordion {
border-bottom: 1px solid #36A1CC; border-bottom: 1px solid #36A1CC;
} }
...@@ -662,6 +666,10 @@ div.alterator-accordion { ...@@ -662,6 +666,10 @@ div.alterator-accordion {
font-weight: bold; font-weight: bold;
} }
.ui-dialog {
border: 2px solid #c4c4c4;
}
.ui-dialog .ui-dialog-title { .ui-dialog .ui-dialog-title {
float: left; float: left;
margin: .1em 0 .2em; margin: .1em 0 .2em;
...@@ -699,9 +707,12 @@ div.alterator-accordion { ...@@ -699,9 +707,12 @@ div.alterator-accordion {
.ui-dialog .ui-dialog-buttonpane button { .ui-dialog .ui-dialog-buttonpane button {
float: right; float: right;
margin: .5em .4em .5em 0; margin: .5em .4em .5em 0;
cursor: pointer;
width:auto; width:auto;
overflow:visible; overflow:visible;
font-weight: bold;
color: #FFFFFF;
background-color: #455a85;
border: 1px solid #1b2575;
} }
.ui-icon-closethick { .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