Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
6a4919a3
Commit
6a4919a3
authored
Dec 05, 2012
by
Andrey Cherepanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6.9.0-alt13
- Small fixes in Alterator stylesheet
parent
c86886e5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
4 deletions
+18
-4
branding.spec
branding.spec
+4
-1
alterator.css.in
components/ahttpd/styles/alterator.css.in
+14
-3
No files found.
branding.spec
View file @
6a4919a3
...
...
@@ -6,7 +6,7 @@
Name: branding-%brand-%theme
Version: 6.9.0
Release: alt1
2
Release: alt1
3
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
...
...
components/ahttpd/styles/alterator.css.in
View file @
6a4919a3
...
...
@@ -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 {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment