mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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
a520a4e740
commit
ecaad877db
@ -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>
|
2011-06-28 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* extensions/module_groups/brick.png
|
* extensions/module_groups/brick.png
|
||||||
|
@ -292,7 +292,7 @@ div#menu {
|
|||||||
div#head {
|
div#head {
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
width: 960px;
|
width: 960px;
|
||||||
height: 84px;/*84px;*/ /*height: 60px;*/
|
height: 64px;/*84px;*/ /*height: 60px;*/
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
background: #0359AF url(../../images/sendero/fondo_cabecera.png) repeat-x top left;
|
background: #0359AF url(../../images/sendero/fondo_cabecera.png) repeat-x top left;
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
@ -800,7 +800,7 @@ div.title_line {
|
|||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
font-family: Arial, Helvetica, sans-serif;;
|
font-family: Arial, Helvetica, sans-serif;;
|
||||||
padding: 3px 0px;
|
padding: 3px 0px;
|
||||||
margin: 0px 0px 0px 0px!important;
|
margin: 0px 0px 5px 0px!important;
|
||||||
|
|
||||||
/*border-bottom:1px solid #778866;*/
|
/*border-bottom:1px solid #778866;*/
|
||||||
/*margin-left:-8px;*/
|
/*margin-left:-8px;*/
|
||||||
@ -1114,7 +1114,7 @@ img.img_title[src="images/configure_agent.png"] {
|
|||||||
|
|
||||||
/* New styles for data box */
|
/* New styles for data box */
|
||||||
.databox, .databox_color, .databox_frame {
|
.databox, .databox_color, .databox_frame {
|
||||||
margin: 5px auto 5px auto;
|
margin: 0px auto 5px auto;
|
||||||
border: 1px solid #D0E6FD;
|
border: 1px solid #D0E6FD;
|
||||||
|
|
||||||
-moz-border-radius: 5px;
|
-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)
|
if (!$return)
|
||||||
echo $buffer;
|
echo $buffer;
|
||||||
|
@ -567,9 +567,10 @@ div.title_line {
|
|||||||
width: 762px;
|
width: 762px;
|
||||||
}
|
}
|
||||||
#menu_tab_frame, #menu_tab_frame_view {
|
#menu_tab_frame, #menu_tab_frame_view {
|
||||||
|
display: block !important;
|
||||||
background:#ce5c00 none repeat scroll 0 0;
|
background:#ce5c00 none repeat scroll 0 0;
|
||||||
border-bottom:1px solid #778866;
|
border-bottom:1px solid #778866;
|
||||||
float:left;
|
/* float:left; */
|
||||||
margin-left:-8px;
|
margin-left:-8px;
|
||||||
min-height:25px;
|
min-height:25px;
|
||||||
padding-right:8px;
|
padding-right:8px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user