diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2011-04-23 07:27:02 -0700 | 
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2011-04-23 07:27:02 -0700 | 
| commit | a1f419435c755500bbd11cb6c48a5bb31f8e6421 (patch) | |
| tree | 1e673daeb106731abbfd4f8095011538a1c31fe8 /themes/wind | |
| parent | 4b01676f323fb280ebaa4c041e6894cbb464d8fe (diff) | |
| parent | 33e4a995aa844ebb523ee85a1584ab0386129f7d (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'themes/wind')
| -rw-r--r-- | themes/wind/css/screen.css | 198 | 
1 files changed, 105 insertions, 93 deletions
| diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index a49b8c28..b470ab1c 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -106,12 +106,13 @@ a:hover,  }  #g-dialog #g-action-status li { -  width: 400px; +  width: 434px;    white-space: normal;    padding-left: 32px;  }  /* Forms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +  form {    margin: 0;  } @@ -302,6 +303,7 @@ td {  }  /* Text ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +  .g-text-small {    font-size: .8em;  } @@ -332,6 +334,7 @@ td {   *********************************************************************/  /* Dimension and scale ~~~~~~~~~~~~~~~~~~~ */ +  .g-one-quarter {    width: 25%;  } @@ -523,7 +526,8 @@ td {    background-color: #fff;  } -/* Permissions ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +/* Permissions ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +  #g-edit-permissions-form td {    background-image: none;  } @@ -635,11 +639,11 @@ tr.g-error td.g-error,  }  tr.g-success { -	background-image: none; +  background-image: none;  }  tr.g-success td.g-success { -	background-image: url('../images/ico-success.png'); +  background-image: url('../images/ico-success.png');  }  .g-warning, @@ -823,6 +827,7 @@ form .g-error {  /** *******************************************************************   *  8) jQuery and jQuery UI   *********************************************************************/ +  /* Generic block container ~~~~~~~~~~~~~~~ */  .g-block { @@ -834,18 +839,19 @@ form .g-error {  }  /* Superfish menu overrides ~~~~~~~~~~~~~~ */ +  .sf-menu ul { -	width: 12em; +  width: 12em;  }  ul.sf-menu li li:hover ul,  ul.sf-menu li li.sfHover ul { -	left:	12em; +  left: 12em;  }  ul.sf-menu li li li:hover ul,  ul.sf-menu li li li.sfHover ul { -	left: 12em; +  left: 12em;  }  .sf-menu li li, @@ -1037,6 +1043,7 @@ div#g-action-status {  }  /* Autocomplete  ~~~~~~~~~~ */ +  .ac_loading {    background: white url('../images/loading-small.gif') right center no-repeat !important;  } @@ -1143,149 +1150,154 @@ div#g-action-status {  }  /* RTL Corner radius ~~~~~~~~~~~~~~~~~~~~~~ */ +  .rtl .g-buttonset .ui-corner-tl { -	-moz-border-radius-topleft: 0; -	-webkit-border-top-left-radius: 0; -	border-top-left-radius: 0; -	-moz-border-radius-topright: 5px !important; -	-webkit-border-top-right-radius: 5px !important; -	border-top-right-radius: 5px !important; +  -moz-border-radius-topleft: 0; +  -webkit-border-top-left-radius: 0; +  border-top-left-radius: 0; +  -moz-border-radius-topright: 5px !important; +  -webkit-border-top-right-radius: 5px !important; +  border-top-right-radius: 5px !important;  }  .rtl .g-buttonset .ui-corner-tr { -	-moz-border-radius-topright: 0; -	-webkit-border-top-right-radius: 0; -	border-top-right-radius: 0; -	-moz-border-radius-topleft: 5px !important; -	-webkit-border-top-left-radius: 5px !important; -	border-top-left-radius: 5px !important; +  -moz-border-radius-topright: 0; +  -webkit-border-top-right-radius: 0; +  border-top-right-radius: 0; +  -moz-border-radius-topleft: 5px !important; +  -webkit-border-top-left-radius: 5px !important; +  border-top-left-radius: 5px !important;  }  .rtl .g-buttonset .ui-corner-bl { -	-moz-border-radius-bottomleft: 0; -	-webkit-border-bottom-left-radius: 0; -	border-bottom-left-radius: 0; -	-moz-border-radius-bottomright: 5px !important; -	-webkit-border-bottom-right-radius: 5px !important; -	border-bottom-right-radius: 5px !important; +  -moz-border-radius-bottomleft: 0; +  -webkit-border-bottom-left-radius: 0; +  border-bottom-left-radius: 0; +  -moz-border-radius-bottomright: 5px !important; +  -webkit-border-bottom-right-radius: 5px !important; +  border-bottom-right-radius: 5px !important;  }  .rtl .g-buttonset .ui-corner-br { -	-moz-border-radius-bottomright: 0; -	-webkit-border-bottom-right-radius: 0; -	border-bottom-right-radius: 0; -	-moz-border-radius-bottomleft: 5px !important; -	-webkit-border-bottom-left-radius: 5px !important; -	border-bottom-left-radius: 5px !important; +  -moz-border-radius-bottomright: 0; +  -webkit-border-bottom-right-radius: 0; +  border-bottom-right-radius: 0; +  -moz-border-radius-bottomleft: 5px !important; +  -webkit-border-bottom-left-radius: 5px !important; +  border-bottom-left-radius: 5px !important;  }  .rtl .g-buttonset .ui-corner-right,  .rtl .ui-progressbar .ui-corner-right { -	-moz-border-radius-topright: 0; -	-webkit-border-top-right-radius: 0; -	border-top-right-radius: 0; -	-moz-border-radius-topleft: 5px !important; -	-webkit-border-top-left-radius: 5px !important; -	border-top-left-radius: 5px !important; -	-moz-border-radius-bottomright: 0; -	-webkit-border-bottom-right-radius: 0; -	border-bottom-right-radius: 0; -	-moz-border-radius-bottomleft: 5px !important; -	-webkit-border-bottom-left-radius: 5px !important; -	border-bottom-left-radius: 5px !important; +  -moz-border-radius-topright: 0; +  -webkit-border-top-right-radius: 0; +  border-top-right-radius: 0; +  -moz-border-radius-topleft: 5px !important; +  -webkit-border-top-left-radius: 5px !important; +  border-top-left-radius: 5px !important; +  -moz-border-radius-bottomright: 0; +  -webkit-border-bottom-right-radius: 0; +  border-bottom-right-radius: 0; +  -moz-border-radius-bottomleft: 5px !important; +  -webkit-border-bottom-left-radius: 5px !important; +  border-bottom-left-radius: 5px !important;  }  .rtl .g-buttonset .ui-corner-left,  .rtl .ui-progressbar .ui-corner-left { -	-moz-border-radius-topleft: 0; -	-webkit-border-top-left-radius: 0; -	border-top-left-radius: 0; -	-moz-border-radius-topright: 5px !important; -	-webkit-border-top-right-radius: 5px !important; -	border-top-right-radius: 5px !important; -	-moz-border-radius-bottomleft: 0; -	-webkit-border-bottom-left-radius: 0; -	border-bottom-left-radius: 0; -	-moz-border-radius-bottomright: 5px !important; -	-webkit-border-bottom-right-radius: 5px !important; -	border-bottom-right-radius: 5px !important; +  -moz-border-radius-topleft: 0; +  -webkit-border-top-left-radius: 0; +  border-top-left-radius: 0; +  -moz-border-radius-topright: 5px !important; +  -webkit-border-top-right-radius: 5px !important; +  border-top-right-radius: 5px !important; +  -moz-border-radius-bottomleft: 0; +  -webkit-border-bottom-left-radius: 0; +  border-bottom-left-radius: 0; +  -moz-border-radius-bottomright: 5px !important; +  -webkit-border-bottom-right-radius: 5px !important; +  border-bottom-right-radius: 5px !important;  }  /* RTL Superfish ~~~~~~~~~~~~~~~~~~~~~~~~~ */  .rtl .sf-menu a { -    border-left: none; -	border-right:1px solid #fff; +  border-left: none; +  border-right:1px solid #fff;  }  .rtl .sf-menu a.sf-with-ul { -	padding-left: 2.25em; -	padding-right: 1em; +  padding-left: 2.25em; +  padding-right: 1em;  }  .rtl .sf-sub-indicator { -	left: .75em !important; -    right: auto; -	background: url('../../../lib/superfish/images/arrows-ffffff-rtl.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ +  left: .75em !important; +  right: auto; +  background: url('../../../lib/superfish/images/arrows-ffffff-rtl.png') no-repeat -10px -100px;  } -.rtl a > .sf-sub-indicator {  /* give all except IE6 the correct values */ -	top:			.8em; -	background-position: -10px -100px; /* use translucent arrow for modern browsers*/ + +.rtl a > .sf-sub-indicator { +  top: .8em; +  background-position: -10px -100px;  } -/* apply hovers to modern browsers */ +  .rtl a:focus > .sf-sub-indicator,  .rtl a:hover > .sf-sub-indicator,  .rtl a:active > .sf-sub-indicator,  .rtl li:hover > a > .sf-sub-indicator,  .rtl li.sfHover > a > .sf-sub-indicator { -	background-position: 0 -100px; /* arrow hovers for modern browsers*/ +  background-position: 0 -100px; +} + +.rtl .sf-menu ul .sf-sub-indicator { +  background-position:  0 0; +} + +.rtl .sf-menu ul a > .sf-sub-indicator { +  background-position: -10px 0;  } -/* point right for anchors in subs */ -.rtl .sf-menu ul .sf-sub-indicator { background-position:  0 0; } -.rtl .sf-menu ul a > .sf-sub-indicator { background-position:  -10px 0; } -/* apply hovers to modern browsers */  .rtl .sf-menu ul a:focus > .sf-sub-indicator,  .rtl .sf-menu ul a:hover > .sf-sub-indicator,  .rtl .sf-menu ul a:active > .sf-sub-indicator,  .rtl .sf-menu ul li:hover > a > .sf-sub-indicator,  .rtl .sf-menu ul li.sfHover > a > .sf-sub-indicator { -	background-position: 0 0; /* arrow hovers for modern browsers*/ +  background-position: 0 0;  }  .rtl .sf-menu li:hover ul,  .rtl .sf-menu li.sfHover ul { -	right: 0; -	left: auto; +  right: 0; +  left: auto;  }  .rtl ul.sf-menu li li:hover ul,  .rtl ul.sf-menu li li.sfHover ul { -	right:	12em; /* match ul width */ -	left: auto; +  right: 12em; +  left: auto;  }  .rtl ul.sf-menu li li li:hover ul,  .rtl ul.sf-menu li li li.sfHover ul { -	right:	12em; /* match ul width */ -	left: auto; +  right: 12em; +  left: auto;  } -/*** shadows for all but IE6 ***/  .rtl .sf-shadow ul { -	background:	url('../../../lib/superfish/images/shadow.png') no-repeat bottom left; -	padding: 0 0 9px 8px; -	border-top-right-radius: 0; -	border-bottom-left-radius: 0; -	-moz-border-radius-topright: 0; -	-moz-border-radius-bottomleft: 0; -	-webkit-border-top-right-radius: 0; -	-webkit-border-bottom-left-radius: 0; -	-moz-border-radius-topleft: 17px; -	-moz-border-radius-bottomright: 17px; -	-webkit-border-top-left-radius: 17px; -	-webkit-border-bottom-right-radius: 17px; -	border-top-left-radius: 17px; -	border-bottom-right-radius: 17px; +  background:	url('../../../lib/superfish/images/shadow.png') no-repeat bottom left; +  padding: 0 0 9px 8px; +  border-top-right-radius: 0; +  border-bottom-left-radius: 0; +  -moz-border-radius-topright: 0; +  -moz-border-radius-bottomleft: 0; +  -webkit-border-top-right-radius: 0; +  -webkit-border-bottom-left-radius: 0; +  -moz-border-radius-topleft: 17px; +  -moz-border-radius-bottomright: 17px; +  -webkit-border-top-left-radius: 17px; +  -webkit-border-bottom-right-radius: 17px; +  border-top-left-radius: 17px; +  border-bottom-right-radius: 17px;  }  /* RTL ThemeRoller ~~~~~~~~~~~~~~~~~~~~~~~~ */ | 
