Commit 93f424e6 authored by Andrey Cherepanov's avatar Andrey Cherepanov

6.9.9-alt5

- Fix window close icon size
parent 95208114
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
Name: branding-%brand-%theme Name: branding-%brand-%theme
Version: 6.9.9 Version: 6.9.9
Release: alt4 Release: alt5
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
...@@ -364,6 +364,9 @@ subst 's/#theme-name=/theme-name=Clearlooks-Phenix/' /etc/lightdm/lightdm-gtk-gr ...@@ -364,6 +364,9 @@ subst 's/#theme-name=/theme-name=Clearlooks-Phenix/' /etc/lightdm/lightdm-gtk-gr
%_desktopdir/indexhtml.desktop %_desktopdir/indexhtml.desktop
%changelog %changelog
* Thu Jun 06 2013 Andrey Cherepanov <cas@altlinux.org> 6.9.9-alt5
- Fix window close icon size
* Fri May 31 2013 Andrey Cherepanov <cas@altlinux.org> 6.9.9-alt4 * Fri May 31 2013 Andrey Cherepanov <cas@altlinux.org> 6.9.9-alt4
- Set correct size for typical graphical buttons - Set correct size for typical graphical buttons
- Set appropriate indent for small hint of fields - Set appropriate indent for small hint of fields
......
...@@ -160,8 +160,8 @@ div#top .btn { ...@@ -160,8 +160,8 @@ div#top .btn {
} }
.close-dialog-button { .close-dialog-button {
width: 22px; width: 27px;
height: 22px; height: 27px;
border: 0px; border: 0px;
cursor: pointer; cursor: pointer;
background: url(/design/images/close-dialog-button.png) no-repeat; background: url(/design/images/close-dialog-button.png) no-repeat;
...@@ -721,8 +721,8 @@ div.alterator-accordion { ...@@ -721,8 +721,8 @@ div.alterator-accordion {
} }
.ui-icon-closethick { .ui-icon-closethick {
width: 22px; width: 27px;
height: 22px; height: 27px;
text-indent: -99999px; text-indent: -99999px;
overflow: hidden; overflow: hidden;
background: url(/design/images/close-dialog-button.png) no-repeat; background: url(/design/images/close-dialog-button.png) no-repeat;
......
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