De: Rene Silva
El código CSS que se encontraba en el archivo sprite.css fue colocado en el lugar que le corresponde 18012011
This commit is contained in:
@@ -1619,3 +1619,49 @@ div#toolbar
|
||||
left:5px;
|
||||
top:3px;
|
||||
}
|
||||
|
||||
/*Botones*/
|
||||
.pagedTableDefault .pagedTable .RowLink a,.module_app_button___gray,.button_pm,.module_app_buttonjs___gray,.module_app_buttonDisabled___gray{
|
||||
-moz-border-radius:4px;border-radius:4px;
|
||||
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
|
||||
background-color:#EEE;
|
||||
background-image: none;
|
||||
color:#333;
|
||||
font-size:10px;
|
||||
font-weight:400;
|
||||
text-transform: capitalize;
|
||||
margin:2px 0;
|
||||
padding:3px 8px;
|
||||
text-decoration:none;
|
||||
line-height: 14px;
|
||||
font-family: Arial,serif;
|
||||
cursor:pointer;
|
||||
border:1px solid #aaa;
|
||||
background:url("/skins/ext/images/gray/button/btn.gif") repeat-x scroll 0 -1096px transparent;
|
||||
}
|
||||
/*HOVER*/
|
||||
.pagedTableDefault .pagedTable .RowLink a:hover,.module_app_button___gray:hover,.button_pm:hover,.module_app_buttonHover___gray{
|
||||
background-color:#AAA;
|
||||
border:1px solid #666;
|
||||
background:url("/skins/ext/images/gray/button/btn.gif") repeat-x scroll 0 -2168px transparent;
|
||||
}
|
||||
/*FOCUS*/
|
||||
.pagedTableDefault .pagedTable .RowLink a:focus,.module_app_button___gray:focus,.button_pm:focus{
|
||||
border:1px solid #45626F;
|
||||
background:url("/skins/ext/images/gray/button/btn.gif") repeat-x scroll 0 -3240px transparent;
|
||||
}
|
||||
/*NO BUTTON*/
|
||||
.pagedTableDefault .pagedTable .RowLink a:empty{
|
||||
display:none;
|
||||
margin:0;
|
||||
}
|
||||
/*DISABLED*/
|
||||
.module_app_buttonDisabled___gray{
|
||||
border:1px solid #bbb;
|
||||
background-position:0 -3240px;
|
||||
color:#9f9f9f;
|
||||
cursor:default;
|
||||
}
|
||||
.module_app_buttonDisabled___gray:hover{
|
||||
background:url("/skins/ext/images/gray/button/btn.gif") repeat-x scroll 0 -3240px transparent;
|
||||
}
|
||||
@@ -308,6 +308,7 @@ class headPublisher {
|
||||
|
||||
//new interactive css decorator
|
||||
$script .= " <link rel='stylesheet' type='text/css' href='/gulliver/decorator?t=extjs-cssExtended&s=".$this->extJsSkin."' />\n";
|
||||
$script .= " <link rel='stylesheet' type='text/css' href='/images/icons_silk/sprite.css' />\n";
|
||||
|
||||
// Load external/plugin css
|
||||
// NOTE is necesary to move this to decorator server
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@import url("/images/icons_silk/sprite.css");
|
||||
/**
|
||||
* Cases Interface styles
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
/*
|
||||
* Blue is the new Green
|
||||
*/
|
||||
|
||||
/*
|
||||
form.formDefault .FormTitle,form.formDefault .FormSubTitle{
|
||||
background:#E0E7EF;
|
||||
@@ -32,57 +31,12 @@ ul#pm_menu li.SelectedMenu a,ul#pm_menu li:hover a{
|
||||
color:#333;
|
||||
}
|
||||
*/
|
||||
/*Edicion de botones copiar de default.css (Final)*/
|
||||
|
||||
input::-moz-focus-inner{border:0;}
|
||||
button::-moz-focus-inner{border:0;}
|
||||
.module_app_input___gray{max-width: 400px;}
|
||||
|
||||
/*Botones*/
|
||||
.pagedTableDefault .pagedTable .RowLink a,.module_app_button___gray,.button_pm,.module_app_buttonjs___gray,.module_app_buttonDisabled___gray{
|
||||
-moz-border-radius:4px;border-radius:4px;
|
||||
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
|
||||
background-color:#EEE;
|
||||
background-image: none;
|
||||
color:#333;
|
||||
font-size:10px;
|
||||
font-weight:400;
|
||||
text-transform: capitalize;
|
||||
margin:2px 0;
|
||||
padding:3px 8px;
|
||||
text-decoration:none;
|
||||
line-height: 14px;
|
||||
font-family: Arial,serif;
|
||||
cursor:pointer;
|
||||
border:1px solid #aaa;
|
||||
background:url("/skins/ext/images/gray/button/btn.gif") repeat-x scroll 0 -1096px transparent;
|
||||
}
|
||||
/*HOVER*/
|
||||
.pagedTableDefault .pagedTable .RowLink a:hover,.module_app_button___gray:hover,.button_pm:hover,.module_app_buttonHover___gray{
|
||||
background-color:#AAA;
|
||||
border:1px solid #666;
|
||||
background:url("/skins/ext/images/gray/button/btn.gif") repeat-x scroll 0 -2168px transparent;
|
||||
}
|
||||
/*FOCUS*/
|
||||
.pagedTableDefault .pagedTable .RowLink a:focus,.module_app_button___gray:focus,.button_pm:focus{
|
||||
border:1px solid #45626F;
|
||||
background:url("/skins/ext/images/gray/button/btn.gif") repeat-x scroll 0 -3240px transparent;
|
||||
}
|
||||
/*NO BUTTON*/
|
||||
.pagedTableDefault .pagedTable .RowLink a:empty{
|
||||
display:none;
|
||||
margin:0;
|
||||
}
|
||||
/*DISABLED*/
|
||||
.module_app_buttonDisabled___gray{
|
||||
border:1px solid #bbb;
|
||||
background-position:0 -3240px;
|
||||
color:#9f9f9f;
|
||||
cursor:default;
|
||||
}
|
||||
.module_app_buttonDisabled___gray:hover{
|
||||
background:url("/skins/ext/images/gray/button/btn.gif") repeat-x scroll 0 -3240px transparent;
|
||||
}
|
||||
|
||||
/*
|
||||
Sprite modificado de http://ajaxbestiary.com/Labs/SilkSprite/
|
||||
*/
|
||||
|
||||
@@ -284,3 +284,8 @@
|
||||
.ext-webkit .x-tab-strip span.x-tab-strip-text{
|
||||
height:12px;
|
||||
}
|
||||
|
||||
button.x-btn-text:focus,.x-combo-selected{
|
||||
-moz-outline-style:none;
|
||||
outline:none;
|
||||
}
|
||||
@@ -3108,6 +3108,10 @@ ul#pm_submenu a{
|
||||
line-height:18px;
|
||||
height: auto !important; /*IE se pone loco con el height 18px del ss_sprite*/
|
||||
}
|
||||
ul#pm_submenu a img{
|
||||
float:left;
|
||||
max-height: 18px;sudo
|
||||
}
|
||||
ul#pm_submenu li.SelectedSubMenu,ul#pm_submenu li:hover{
|
||||
background-color: #CCC;
|
||||
}
|
||||
@@ -3116,7 +3120,8 @@ ul#pm_submenu li.SelectedSubMenu a,ul#pm_submenu li:hover a{
|
||||
}
|
||||
|
||||
|
||||
ul#pm_menu a:focus,button.x-btn-text:focus,.x-combo-selected{
|
||||
button.x-btn-text:focus,.x-combo-selected{
|
||||
-moz-outline-style:none;
|
||||
outline:none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user