1
0

update themeroller with the rtl changes for admin_wind.

This commit is contained in:
Tim Almdal 2011-06-22 19:30:02 -07:00
parent e621d5de2f
commit 788538181f

View File

@ -1,5 +1,5 @@
/**
* Gallery 3 Admin Right yo left language styles
* Gallery 3 Admin Right to left language styles
*/
.rtl {
@ -82,7 +82,11 @@
padding-right: 0;
}
input.checkbox {
input.checkbox,
input[type="checkbox"],
input.radio,
input[type="radio"] {
margin-right: 0;
margin-left: .4em;
}
@ -99,6 +103,14 @@
margin-right: .2em;
}
.g-group h4 {
padding: .5em .5em .5em 0;
}
.g-group .g-user {
padding: .2em .5em 0 0;
}
/* RTL Corner radius ~~~~~~~~~~~~~~~~~~~~~~ */
.g-buttonset .ui-corner-tl {
-moz-border-radius-topleft: 0;
@ -260,6 +272,10 @@
right: auto;
}
.ui-tabs .ui-tabs-nav li {
float: right;
}
#g-content #g-album-grid .g-item,
#g-site-theme,
#g-admin-theme,
@ -297,3 +313,63 @@
margin: 0 0 1em 1em;
}
.g-button {
margin: 0 0 0 4px;
}
/* RTL paginator ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.g-paginator .g-info {
width: 35%;
}
.g-paginator .g-text-right {
margin-left: 0;
}
.g-paginator .ui-icon-seek-end {
background-position: -80px -160px;
}
.g-paginator .ui-icon-seek-next {
background-position: -48px -160px;
}
.g-paginator .ui-icon-seek-prev {
background-position: -32px -160px;
}
.g-paginator .ui-icon-seek-first {
background-position: -64px -160px;
}
#g-header #g-login-menu,
#g-header #g-quick-search-form {
clear: left;
float: left;
}
#g-header #g-login-menu li {
margin-left: 0;
padding-left: 0;
padding-right: 1.2em;
}
#g-site-menu {
left: auto;
right: 240px;
}
#g-view-menu #g-slideshow-link {
background-image: url('../images/ico-view-slideshow-rtl.png');
}
#g-sidebar .g-block-content {
padding-right: 1em;
padding-left: 0;
}
#g-footer #g-credits li {
padding-left: 1.2em !important;
padding-right: 0;
}