diff --git a/html/index.css b/html/index.css index 57d74109a..fc17511d1 100644 --- a/html/index.css +++ b/html/index.css @@ -106,5 +106,6 @@ background-repeat: repeat-x repeat-y; position:absolute; margin-top:397px; left:539px; + background-color: white; } } diff --git a/html/js/scripts.js b/html/js/scripts.js index 614fdf067..42942da76 100644 --- a/html/js/scripts.js +++ b/html/js/scripts.js @@ -2896,7 +2896,7 @@ function create_anchor_up() function init_scroll() { var up=new Element('div',{"class":"inner_box", - "style":"padding:5px;left:auto;width:auto;height: auto;display:none;position:fixed;bottom:25px;right:50px;text-align:center", + "style":"padding:5px;left:auto;width:auto;height: auto;display:none;position:fixed;bottom:25px;right:50px;text-align:center;font-size:20px", id:"go_up" }); up.innerHTML=' '; diff --git a/html/style-classic7.css b/html/style-classic7.css index 8190687fc..193fd72be 100644 --- a/html/style-classic7.css +++ b/html/style-classic7.css @@ -233,8 +233,8 @@ td.mshort { td.mtitle { margin: 0px; padding: 0px; - padding-top:5px; - padding-bottom: 5px; +/* padding-top:5px; + padding-bottom: 5px;*/ text-align:center; width:250px; @@ -1245,7 +1245,7 @@ div.menu2 a.mtitle{ font-size:1rem; font-weight: normal; color: darkblue; - padding:0px; + padding:5px; margin:0px; color: whitesmoke; border-radius: 5px; @@ -2189,6 +2189,7 @@ div.menu2 td.mtitle, div.menu2 td.mtitle a{ } div.menu2 td.mtitle a{ border-width:0px; + padding:5px; } /** * For the icon (font-famillo fontello) diff --git a/include/param_pcmn.inc.php b/include/param_pcmn.inc.php index 496a49a03..8da1c483f 100644 --- a/include/param_pcmn.inc.php +++ b/include/param_pcmn.inc.php @@ -76,10 +76,9 @@ echo $mtable->display_table(" where pcm_val::text like '{$g_start}%' order by pc */ ?> -