2011-06-28 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/styles/pandora.css include/functions_ui.php images/skin/skin_default/include/styles/pandora.css: Modifications over css styles. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4495 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
026c5fca49
commit
f2b2c5d588
|
@ -1,3 +1,10 @@
|
|||
2011-06-28 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/styles/pandora.css
|
||||
include/functions_ui.php
|
||||
images/skin/skin_default/include/styles/pandora.css: Modifications
|
||||
over css styles.
|
||||
|
||||
2011-06-28 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* extensions/module_groups/brick.png
|
||||
|
|
|
@ -292,7 +292,7 @@ div#menu {
|
|||
div#head {
|
||||
font-size: 8pt;
|
||||
width: 960px;
|
||||
height: 84px;/*84px;*/ /*height: 60px;*/
|
||||
height: 64px;/*84px;*/ /*height: 60px;*/
|
||||
padding-top: 1px;
|
||||
background: #0359AF url(../../images/sendero/fondo_cabecera.png) repeat-x top left;
|
||||
-moz-border-radius: 10px;
|
||||
|
@ -800,7 +800,7 @@ div.title_line {
|
|||
line-height: 100%;
|
||||
font-family: Arial, Helvetica, sans-serif;;
|
||||
padding: 3px 0px;
|
||||
margin: 0px 0px 0px 0px!important;
|
||||
margin: 0px 0px 5px 0px!important;
|
||||
|
||||
/*border-bottom:1px solid #778866;*/
|
||||
/*margin-left:-8px;*/
|
||||
|
@ -1114,7 +1114,7 @@ img.img_title[src="images/configure_agent.png"] {
|
|||
|
||||
/* New styles for data box */
|
||||
.databox, .databox_color, .databox_frame {
|
||||
margin: 5px auto 5px auto;
|
||||
margin: 0px auto 5px auto;
|
||||
border: 1px solid #D0E6FD;
|
||||
|
||||
-moz-border-radius: 5px;
|
||||
|
|
|
@ -1728,7 +1728,7 @@ function ui_print_page_header ($title, $icon = "", $return = false, $help = "",
|
|||
}
|
||||
}
|
||||
|
||||
$buffer .= '</div> <br /><br />'; //<br />';
|
||||
$buffer .= '</div>'; //<br /><br /><br />';
|
||||
|
||||
if (!$return)
|
||||
echo $buffer;
|
||||
|
|
|
@ -567,9 +567,10 @@ div.title_line {
|
|||
width: 762px;
|
||||
}
|
||||
#menu_tab_frame, #menu_tab_frame_view {
|
||||
display: block !important;
|
||||
background:#ce5c00 none repeat scroll 0 0;
|
||||
border-bottom:1px solid #778866;
|
||||
float:left;
|
||||
/* float:left; */
|
||||
margin-left:-8px;
|
||||
min-height:25px;
|
||||
padding-right:8px;
|
||||
|
|
Loading…
Reference in New Issue