Minor changes

This commit is contained in:
LE Xuan Sang
2015-10-22 13:07:52 +02:00
parent 6f44fa9b58
commit cda7b31b4a
92 changed files with 492 additions and 728 deletions

BIN
build/htdocs/style/.DS_Store vendored Executable file → Normal file

Binary file not shown.

0
build/htdocs/style/font.min.css vendored Executable file → Normal file
View File

0
build/htdocs/style/fonts/.DS_Store vendored Executable file → Normal file
View File

0
build/htdocs/style/fonts/FontAwesome.otf Executable file → Normal file
View File

0
build/htdocs/style/fonts/fontawesome-webfont.eot Executable file → Normal file
View File

0
build/htdocs/style/fonts/fontawesome-webfont.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 306 KiB

After

Width:  |  Height:  |  Size: 306 KiB

0
build/htdocs/style/fonts/fontawesome-webfont.ttf Executable file → Normal file
View File

0
build/htdocs/style/fonts/fontawesome-webfont.woff Executable file → Normal file
View File

0
build/htdocs/style/fonts/fontawesome-webfont.woff2 Executable file → Normal file
View File

View File

@ -1,70 +0,0 @@
#custom_top_header{
width: 100%;
height: 45px;
margin: 0;
padding: 0;
background-color: white;
border-bottom: 1px solid #194775;
}
#ct_left{
float: left;
width:50%;
height: 100%;
background-image: url(../images/logo.jpg);
background-repeat: no-repeat;
}
#ct_right{
float: right;
}
#ct_right ul{
padding:0;
margin: 0;
}
#ct_right ul li{
float:left;
padding: 0;
padding-top: 10px;
padding-bottom: 10px;
width: 40px;
background-color: #4D4D4D;
color: #999999;
font-style: bold;
border: 1px solid #3E3E3E;
margin: 0;
font-size: 20px;
margin-left: 3px;
border-radius: 8px;
text-align: center;
vertical-align: middle;
}
#ct_right ul li:hover{
cursor:pointer;
color: white;
}
#bt_workspace:before{
font-family: FontAwesome;
display: inline-block;
content:"\f120";
}
#bt_download_image:before{
font-family: FontAwesome;
display: inline;
content: "\f0ed";
}
#bt_save_image:before{
font-family: FontAwesome;
display: inline-block;
content:"\f0c7";
/*background-image: url(../images/ex.jpg) repeat 0 0;*/
}
#pg_log{
width: 100%;
height: 100%;
background-color: #F3DCAF;
font-style: italic;
border: 0;
padding: 5px;
resize: none;
}

0
build/htdocs/style/w2ui-1.4.2.css Executable file → Normal file
View File