Files
PrestaShop/modules/tntcarrier/css/ui.dialog.css
2011-11-21 11:05:10 +00:00

159 lines
4.5 KiB
CSS

/*
* jQuery UI screen structure and presentation
* This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
* Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
* Visit ThemeRoller.com
*/
/*
* Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
* As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
* body {font-size: 62.5%;}
*/
/*dialog*/
#googleMapTnt .ui-dialog {
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
font-size: 11px;
background: #fcfdfd url(../img/ui-dialog/fcfdfd_40x100_textures_06_inset_hard_100.png) 0 bottom repeat-x;
color: #222222;
border: 3px solid #808080;
position: relative;
}
#googleMapTnt .ui-resizable-handle {
position: absolute;
font-size: 0.1px;
z-index: 99999;
}
#googleMapTnt .ui-resizable .ui-resizable-handle {
display: block;
}
#googleMapTnt .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
#googleMapTnt .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
#googleMapTnt .ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0px;
}
#googleMapTnt .ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0px;
}
#googleMapTnt .ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0px;
height: 100%;
}
#googleMapTnt .ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0px;
height: 100%;
}
#googleMapTnt .ui-resizable-se {
cursor: se-resize;
width: 13px;
height: 13px;
right: 0px;
bottom: 0px;
background: url(../img/ui-dialog/469bdd_11x11_icon_resize_se.gif) no-repeat 0 0;
}
#googleMapTnt .ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: 0px;
bottom: 0px;
}
#googleMapTnt .ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: 0px;
top: 0px;
}
#googleMapTnt .ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: 0px;
top: 0px;
}
#googleMapTnt .ui-dialog-titlebar {
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
padding: 5px 15px 5px 10px;
color: #2e6e9e;
border-bottom: 1px solid #c5dbec;
font-size: 10px;
font-weight: bold;
position: relative;
}
#googleMapTnt .ui-dialog-title {}
#googleMapTnt .ui-dialog-titlebar-close {
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
background: url(../img/ui-dialog/6da8d5_11x11_icon_close.gif) 0 0 no-repeat;
position: absolute;
right: 8px;
top: 7px;
width: 11px;
height: 11px;
z-index: 100;
}
#googleMapTnt .ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
background: url(../img/ui-dialog/217bc0_11x11_icon_close.gif) 0 0 no-repeat;
}
#googleMapTnt .ui-dialog-titlebar-close:active {
background: url(../img/ui-dialog/f9bd01_11x11_icon_close.gif) 0 0 no-repeat;
}
#googleMapTnt .ui-dialog-titlebar-close span {
display: none;
}
#googleMapTnt .ui-dialog-content {
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
color: #222222;
padding: 15px 17px;
}
#googleMapTnt .ui-dialog-buttonpane {
position: absolute;
bottom: 0;
width: 100%;
text-align: left;
border-top: 1px solid #a6c9e2;
background: #fcfdfd;
}
#googleMapTnt .ui-dialog-buttonpane button {
margin: 5px 0 5px 8px;
color: #2e6e9e;
background: #dfeffc url(../img/ui-dialog/dfeffc_40x100_textures_02_glass_85.png) 0 50% repeat-x;
font-size: 1;
border: 10px solid #c5dbec;
cursor: pointer;
padding: 2px 6px 3px 6px;
line-height: 14px;
}
#googleMapTnt .ui-dialog-buttonpane button:hover {
color: #1d5987;
background: #d0e5f5 url(../img/ui-dialog/d0e5f5_40x100_textures_02_glass_75.png) 0 50% repeat-x;
border: 1px solid #79b7e7;
}
#googleMapTnt .ui-dialog-buttonpane button:active {
color: #e17009;
background: #f5f8f9 url(../img/ui-dialog/f5f8f9_40x100_textures_06_inset_hard_100.png) 0 50% repeat-x;
border: 1px solid #79b7e7;
}
/* This file skins dialog */
#googleMapTnt .ui-dialog.ui-draggable .ui-dialog-titlebar,
#googleMapTnt .ui-dialog.ui-draggable .ui-dialog-titlebar {
cursor: move;
}