noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 05/06: Esthetic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 05/06: Esthetic
Date: Mon, 14 Dec 2015 11:30:47 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 9b2b271dc94a631f7215ba61e5c7af3765cbed0c
Author: Dany De Bontridder <address@hidden>
Date:   Mon Dec 14 03:58:56 2015 +0100

    Esthetic
---
 html/style-classic.css           |    7 ++++---
 include/lib/class_html_input.php |    4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/html/style-classic.css b/html/style-classic.css
index 558bb7a..6ea4d3b 100644
--- a/html/style-classic.css
+++ b/html/style-classic.css
@@ -291,8 +291,8 @@ td.mtitle {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
 
-  background: -moz-linear-gradient(top, rgba(53,106,160,0.79) 0%, 
rgba(53,106,160,0.79) 19%, rgba(53,106,160,1) 100%); /* FF3.6+ */
-background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%,rgba(53,106,160,0.79)), color-stop(19%,rgba(53,106,160,0.79)), 
color-stop(100%,rgba(53,106,160,1))); /* Chrome,Safari4+ */
+  background: -moz-linear-gradient(top, rgba(53,106,160,0.79) 0%, 
rgba(53,106,160,1) 19%, rgba(53,106,160,1) 100%); /* FF3.6+ */
+background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%,rgba(53,106,160,0.79)), color-stop(19%,rgba(53,106,160,1)), 
color-stop(100%,rgba(53,106,160,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, rgba(53,106,160,0.79) 
0%,rgba(53,106,160,0.79) 19%,rgba(53,106,160,1) 100%); /* Chrome10+,Safari5.1+ 
*/
 background: -o-linear-gradient(top, rgba(53,106,160,0.79) 
0%,rgba(53,106,160,0.79) 19%,rgba(53,106,160,1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top, rgba(53,106,160,0.79) 
0%,rgba(53,106,160,0.79) 19%,rgba(53,106,160,1) 100%); /* IE10+ */
@@ -1356,6 +1356,7 @@ h2.title {
     background: -o-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* Opera 
11.10+ */
     background: -ms-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* IE10+ */
     background: linear-gradient(to bottom, #606c88 0%,#3f4c6b 100%); /* W3C */
+    border-radius: 3px;
 }
 h3.title {
     color: #0000FF;
@@ -1542,7 +1543,7 @@ div.bxbutton
     float:right;
     height:10px;
     display:block;
-    margin-top:0.48%;
+    margin-top:0.30%;
     margin-right:0.48%;
 }
 div.inner_box tr.odd {
diff --git a/include/lib/class_html_input.php b/include/lib/class_html_input.php
index b808350..c3d8eb3 100755
--- a/include/lib/class_html_input.php
+++ b/include/lib/class_html_input.php
@@ -446,7 +446,7 @@ class HtmlInput
     static function anchor_close($div,$p_js="")
     {
        $r='';
-       $r.='<div style="position:absolute;right:2px;margin:2px;padding:0px;">';
+       $r.='<div class="bxbutton">';
        $r.= '<A id="close_div" class="input_text" 
onclick="removeDiv(\''.$div.'\');'.$p_js.'">&#10761;</A>';
        $r.='</div>';
        return $r;
@@ -734,7 +734,7 @@ class HtmlInput
        {
                if ($mod=='close')      
{$r=HtmlInput::anchor_close($div,$p_js); }else
                if ($mod=='hide')       
{$r=HtmlInput::anchor_hide("&#10761;","$('$div').hide();$p_js");} else
-               if ($mod=='zoom')       {$r='<span  id="span_'.$div.'" 
style="float:right;margin-right:5px">'.HtmlInput::anchor("&#11036;","",$p_js,' 
name="small'.$div.'" id="close_div" class="input_text"  ').'</span>'; } else
+               if ($mod=='zoom')       {$r='<span  id="span_'.$div.'" 
style="float:right;margin-right:5px;padding-top:3px">'.HtmlInput::anchor("&#11036;","",$p_js,'
 name="small'.$div.'" id="close_div" class="input_text"  ').'</span>'; } else
                 if ( $mod == 'custom')  {$r='<span  id="span_'.$div.'" 
style="float:right;margin-right:5px">'.$p_js."</span>";} else
                 if ( $mod == 'none')    {$r="" ; }
                     else 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]