Merge pull request #8 from Turbo87/master

Code Cleanup
pull/11/head
cunimb 2015-01-23 12:56:00 +01:00
commit c511861ce7
3 zmienionych plików z 973 dodań i 921 usunięć

Wyświetl plik

@ -1,12 +1,12 @@
/* /*
____ _____ _ _ _ _ _ _ _ ____ _____ _ _ _ _ _ _ _
/ __ \ / ____| (_) | | | \ | | | | | | / __ \ / ____| (_) | | | \ | | | | | |
| | | |_ __ ___ _ __ | | __| |_ __| | ___ _ __ | \| | ___| |___ _____ _ __| | __ | | | |_ __ ___ _ __ | | __| |_ __| | ___ _ __ | \| | ___| |___ _____ _ __| | __
| | | | '_ \ / _ \ '_ \ | | |_ | | |/ _` |/ _ \ '__| | . ` |/ _ \ __\ \ /\ / / _ \| '__| |/ / | | | | '_ \ / _ \ '_ \ | | |_ | | |/ _` |/ _ \ '__| | . ` |/ _ \ __\ \ /\ / / _ \| '__| |/ /
| |__| | |_) | __/ | | | | |__| | | | (_| | __/ | | |\ | __/ |_ \ V V / (_) | | | < | |__| | |_) | __/ | | | | |__| | | | (_| | __/ | | |\ | __/ |_ \ V V / (_) | | | <
\____/| .__/ \___|_| |_| \_____|_|_|\__,_|\___|_| |_| \_|\___|\__| \_/\_/ \___/|_| |_|\_\ \____/| .__/ \___|_| |_| \_____|_|_|\__,_|\___|_| |_| \_|\___|\__| \_/\_/ \___/|_| |_|\_\
| | | |
|_| |_|
*/ */
html, body { html, body {
@ -30,90 +30,90 @@ html, body {
} }
.yel { .yel {
background: #FF9; background: #FF9;
} }
.whi { .whi {
background: #FFF; background: #FFF;
} }
.lright { .lright {
border-radius: 10px 0 10px 10px; border-radius: 10px 0 10px 10px;
top: 45px; top: 45px;
right: 0px; right: 0px;
} }
.lleft { .lleft {
border-radius: 0 10px 10px 10px; border-radius: 0 10px 10px 10px;
left: 65px; left: 65px;
top: 45px; top: 45px;
} }
.acright { .acright {
border-radius: 10px 0 0 10px; border-radius: 10px 0 0 10px;
top: 45px; top: 45px;
right: 180px; right: 180px;
} }
.acleft { .acleft {
border-radius: 0 10px 10px 0; border-radius: 0 10px 10px 0;
top: 45px; top: 45px;
left: 245px; left: 245px;
} }
.pr { .pr {
float:right; float:right;
} }
#ac { #ac {
position:absolute; position:absolute;
display: none; display: none;
color: black; color: black;
background-color: white; background-color: white;
border-color: black; border-color: black;
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 13px; font-size: 13px;
line-height: 15px; line-height: 15px;
font-weight: bold; font-weight: bold;
padding: 5px; padding: 5px;
z-index:15; z-index:15;
} }
.act { .act {
color: #666; color: #666;
} }
.aca { .aca {
color: #222; color: #222;
} }
.cgv { .cgv {
width: 20px; width: 20px;
} }
.cgn { .cgn {
width: 45px; width: 45px;
font-family: "Times New Roman", Times, serif; font-family: "Times New Roman", Times, serif;
font-style:normal; font-style:normal;
overflow: hidden; overflow: hidden;
display: inline-block; display: inline-block;
white-space: nowrap; white-space: nowrap;
} }
.cgc { .cgc {
width: 9px; width: 9px;
} }
.cga { .cga {
width: 43px; width: 43px;
font-family: "Times New Roman", Times, serif; font-family: "Times New Roman", Times, serif;
font-style:normal; font-style:normal;
text-align: right; text-align: right;
overflow: hidden; overflow: hidden;
display: inline-block; display: inline-block;
white-space: nowrap; white-space: nowrap;
@ -132,68 +132,67 @@ div.divInfoclass {
} }
#dlist { #dlist {
position:absolute; position:absolute;
background-color: white; background-color: white;
color: black; color: black;
border-color: black; border-color: black;
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
height: 90%; height: 90%;
width: 180px; width: 180px;
overflow: hidden; overflow: hidden;
cursor: default; cursor: default;
z-index:20; z-index:20;
} }
#ett1 { #ett1 {
height:25px; height:25px;
background-color:cyan; background-color:cyan;
} }
#ett2 { #ett2 {
height:22px; height:22px;
background-color:white; background-color:white;
} }
#dtable { #dtable {
position: absolute; position: absolute;
top: 47px; top: 47px;
bottom: 0px; bottom: 0px;
left: 0px; left: 0px;
right: 0px; right: 0px;
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
} }
#popup { #popup {
top:20%; top:20%;
left: 50%; left: 50%;
margin-left: -150px; margin-left: -150px;
padding:20px; padding:20px;
width: 10px; width: 10px;
height: 10px; height: 10px;
border: 1px solid #000000; border: 1px solid #000000;
background-color: #FFFFFF; background-color: #FFFFFF;
display:none; display:none;
position: fixed; position: fixed;
z-index:99; z-index:99;
overflow:hidden; overflow:hidden;
-moz-border-radius: 20px; -moz-border-radius: 20px;
-webkit-border-radius: 20px; -webkit-border-radius: 20px;
border-radius: 20px; border-radius: 20px;
-moz-box-shadow: 20px 20px 10px 0px #656565; -moz-box-shadow: 20px 20px 10px 0px #656565;
-webkit-box-shadow: 20px 20px 10px 0px #656565; -webkit-box-shadow: 20px 20px 10px 0px #656565;
-o-box-shadow: 20px 20px 10px 0px #656565; -o-box-shadow: 20px 20px 10px 0px #656565;
box-shadow: 20px 20px 10px 0px #656565; box-shadow: 20px 20px 10px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=10); filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=10);
} }
.tt { .tt {
border-collapse:collapse; border-collapse:collapse;
border-spacing: 0; border-spacing: 0;
} }
.tt th,td { .tt th,td {
padding: 1px; padding: 1px;
} }

1697
cunimb.js

Plik diff jest za duży Load Diff

Wyświetl plik

@ -37,25 +37,25 @@ html, body {
} }
.lright { .lright {
// border-radius: 10px 0 10px 10px; /* border-radius: 10px 0 10px 10px; */
top: 25px; top: 25px;
right: 0px; right: 0px;
} }
.lleft { .lleft {
// border-radius: 0 10px 10px 10px; /* border-radius: 0 10px 10px 10px; */
left: 75px; left: 75px;
top: 35px; top: 35px;
} }
.acright { .acright {
// border-radius: 10px 0 0 10px; /* border-radius: 10px 0 0 10px; */
top: 45px; top: 45px;
right: 180px; right: 180px;
} }
.acleft { .acleft {
// border-radius: 0 10px 10px 0; /* border-radius: 0 10px 10px 0; */
top: 35px; top: 35px;
left: 255px; left: 255px;
} }
@ -187,7 +187,7 @@ div.divInfoclass {
-o-box-shadow: 20px 20px 10px 0px #656565; -o-box-shadow: 20px 20px 10px 0px #656565;
box-shadow: 20px 20px 10px 0px #656565; box-shadow: 20px 20px 10px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=10); filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=10);
} }
.tt { .tt {