diff options
author | M.Gergo | 2019-08-11 13:23:22 +0200 |
---|---|---|
committer | M.Gergo | 2019-08-11 13:23:22 +0200 |
commit | 729b5f5c66977a3b66a9a3e8bdaa35a3b9e7022a (patch) | |
tree | 9a10d3237d0f49da57a5cc1160b7e224dbd88228 /mayor-orig/mayor-naplo | |
parent | c4a95f32d1153730b09ffbbf19ea775e6bf2f3ba (diff) | |
download | mayor-729b5f5c66977a3b66a9a3e8bdaa35a3b9e7022a.tar.gz mayor-729b5f5c66977a3b66a9a3e8bdaa35a3b9e7022a.zip |
Rev: 4525rev4525
Diffstat (limited to 'mayor-orig/mayor-naplo')
3 files changed, 12 insertions, 8 deletions
diff --git a/mayor-orig/mayor-naplo/log/mayor-naplo.rev b/mayor-orig/mayor-naplo/log/mayor-naplo.rev index b468192c..de1a6219 100644 --- a/mayor-orig/mayor-naplo/log/mayor-naplo.rev +++ b/mayor-orig/mayor-naplo/log/mayor-naplo.rev @@ -1 +1 @@ -4524 +4525 diff --git a/mayor-orig/mayor-naplo/www/include/modules/naplo/share/file.php b/mayor-orig/mayor-naplo/www/include/modules/naplo/share/file.php index 24901ee8..96c323ce 100644 --- a/mayor-orig/mayor-naplo/www/include/modules/naplo/share/file.php +++ b/mayor-orig/mayor-naplo/www/include/modules/naplo/share/file.php @@ -137,7 +137,7 @@ $table = '`'.str_replace('.','`.`',$table).'`'; $q = "SHOW FIELDS FROM %s LIKE '%s'"; $v = array($table, $field); - $field = db_query($q, array('debug'=>true,'fv' => 'getEnumField', 'modul' => $modul, 'result' => 'record', 'values' => $v)); + $field = db_query($q, array('debug'=>false,'fv' => 'getEnumField', 'modul' => $modul, 'result' => 'record', 'values' => $v)); $enum = substr($field['Type'], 6, -2); $values = explode("','", $enum); diff --git a/mayor-orig/mayor-naplo/www/skin/classic/module-naplo/css/haladasi/haladasi.css b/mayor-orig/mayor-naplo/www/skin/classic/module-naplo/css/haladasi/haladasi.css index f3899611..0bd630d9 100644 --- a/mayor-orig/mayor-naplo/www/skin/classic/module-naplo/css/haladasi/haladasi.css +++ b/mayor-orig/mayor-naplo/www/skin/classic/module-naplo/css/haladasi/haladasi.css @@ -1,8 +1,6 @@ @media screen { table.haladasiBejegyzesek { - background-color: rgb(50,60,80); - background: linear-gradient( rgb(50,60,80), white); margin-top: 10px; /* font-size: 11px; */ width: 98%; @@ -13,7 +11,7 @@ /*color: orange;*/ } - table.haladasiBejegyzesek tbody tr:first-child th { border-top:solid 16px white; } + table.haladasiBejegyzesek tbody tr:first-child th { border-top: solid 26px white; } table.haladasiBejegyzesek tbody:hover tr:first-child th { background-color: orange; transition: all ease 0.1s; } @@ -66,7 +64,7 @@ background-color: #666688; color: white; border: none; - height:1em; + /*height:1em;*/ font-weight: normal; height:2em; } @@ -163,11 +161,17 @@ input.gomb { font-size: xx-small; border: solid 1px #777777; - padding: 0px 1px; margin: 0px; + border-radius: 2px; + padding: 1px 4px; + margin-left: 2px; + background-color: rgba(255,255,255,0.1); + color:black; + border: solid 1px #999; + } + input.gomb:hover { background-color: #009900; color: white; } - input.gomb:hover { background-color: rgba(255,255,255,0.8); color:black;} /* input.rejtettGomb { border: solid 1px rgb(50,60,80);; background-color: rgb(50,60,80); } input.rejtettGomb:hover { border: solid 1px orange; background-color: rgb(80,60,50); color: white } */ |