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:
@@ -1618,4 +1618,50 @@ div#toolbar
|
|||||||
position:absolute;
|
position:absolute;
|
||||||
left:5px;
|
left:5px;
|
||||||
top:3px;
|
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
|
//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='/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
|
// Load external/plugin css
|
||||||
// NOTE is necesary to move this to decorator server
|
// NOTE is necesary to move this to decorator server
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
@import url("/images/icons_silk/sprite.css");
|
|
||||||
/**
|
/**
|
||||||
* Cases Interface styles
|
* Cases Interface styles
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Blue is the new Green
|
* Blue is the new Green
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
form.formDefault .FormTitle,form.formDefault .FormSubTitle{
|
form.formDefault .FormTitle,form.formDefault .FormSubTitle{
|
||||||
background:#E0E7EF;
|
background:#E0E7EF;
|
||||||
@@ -32,57 +31,12 @@ ul#pm_menu li.SelectedMenu a,ul#pm_menu li:hover a{
|
|||||||
color:#333;
|
color:#333;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
/*Edicion de botones copiar de default.css (Final)*/
|
||||||
|
|
||||||
input::-moz-focus-inner{border:0;}
|
input::-moz-focus-inner{border:0;}
|
||||||
button::-moz-focus-inner{border:0;}
|
button::-moz-focus-inner{border:0;}
|
||||||
.module_app_input___gray{max-width: 400px;}
|
.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/
|
Sprite modificado de http://ajaxbestiary.com/Labs/SilkSprite/
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -283,4 +283,9 @@
|
|||||||
.ext-gecko .x-tab-strip span.x-tab-strip-text,
|
.ext-gecko .x-tab-strip span.x-tab-strip-text,
|
||||||
.ext-webkit .x-tab-strip span.x-tab-strip-text{
|
.ext-webkit .x-tab-strip span.x-tab-strip-text{
|
||||||
height:12px;
|
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;
|
line-height:18px;
|
||||||
height: auto !important; /*IE se pone loco con el height 18px del ss_sprite*/
|
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{
|
ul#pm_submenu li.SelectedSubMenu,ul#pm_submenu li:hover{
|
||||||
background-color: #CCC;
|
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;
|
-moz-outline-style:none;
|
||||||
outline:none;
|
outline:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user