chore(css) add " "

This commit is contained in:
coderaiser 2013-07-26 10:16:23 +00:00
parent 3a91dc42c0
commit a4bddb0b80

View file

@ -26,7 +26,7 @@
src: local('Droid Sans Mono'), local('DroidSansMono'), url('//themes.googleusercontent.com/static/fonts/droidsansmono/v4/ns-m2xQYezAtqh7ai59hJUYuTAAIFFn5GTWtryCmBQ4.woff') format('woff');
}
body{
body {
font:16px "Droid Sans Mono";
background-color:white;
}
@ -43,7 +43,7 @@ body{
background-color:white; /* opera */
}
.path-icon{
.path-icon {
position: relative;
top: 3px;
left: -4px;
@ -56,15 +56,15 @@ body{
color: #46A4C3;/*#55BF3F; green*/
text-shadow:black 0 2px 1px;
}
.path-icon:hover{
.path-icon:hover {
cursor:pointer;
}
.path-icon:active{
.path-icon:active {
position: relative;
top: 4px;
text-shadow:black 0 0 1px;
}
.icon{
.icon {
display:inline-block;
width:16px;
height:16px;
@ -72,30 +72,33 @@ body{
/* font-family: 'GeneralFoundicons'; */
font-family: 'Fontello';
}
.error::before{
.error::before {
position: relative;
font-size: 14px;
color: rgb(222, 41, 41);
cursor :default;
content: '\2757';
}
.loading{
.loading {
position:relative;
top:1px;
background:url(/img/spinner.gif);
}
.error:hover{
.error:hover {
color:rgb(222, 41, 41);
color:rgba(222, 41, 41, 0.81);
}
.refresh-icon{
.refresh-icon {
background:url(/img/panel_refresh.png) no-repeat;
}
.refresh-icon:active{
.refresh-icon:active {
background-position: 0 -15px;
}
.cmd-button{
.cmd-button {
background-color: white;
border: 1.5px solid rgba(49,123,249,.40);
color: rgb(49,123,249);
@ -107,25 +110,25 @@ body{
width: 8%;
}
.cmd-button:hover{
.cmd-button:hover {
border: 1.5px solid rgb(0,0,0);
}
.cmd-button:active{
.cmd-button:active {
color: white;
background-color: rgb(49,123,249);
}
.clear-cache{
.clear-cache {
margin-right: 6px;
margin-left: 7px;
background:url(/img/console_clear.png) -4px -4px no-repeat;
}
.clear-cache:active{
.clear-cache:active {
top:5px;
}
.links{
.links {
color:red;
}
@ -147,17 +150,17 @@ body{
* именем файла во время
* установления курсора
*/
.current-file > .mini-icon{
.current-file > .mini-icon {
left: -6px;
}
/* freeupex */
.directory{
.directory {
/*list-style-image*/
background-image:url('/img/dir.png');
background-position: 0 0;
background-repeat: no-repeat;
}
.text-file{
.text-file {
/*list-style-image*/
background-image:url('/img/txt.png');
background-position: 0 0;
@ -167,7 +170,7 @@ body{
height: 90%;
margin: 26px 26px 0 26px;
}
.fm-header{
.fm-header {
font-weight: bold;
}
#path{
@ -178,7 +181,7 @@ body{
}
/* фон файла, на котором курсор*/
.current-file{
.current-file {
border: 1.5px solid rgba(49, 123, 249, .40);
}
@ -199,7 +202,7 @@ body{
}
/* информация о файлах и папках*/
.name{
.name {
float: left;
width: 35%;
/* если длина имени файла больше 16 символов
@ -210,7 +213,7 @@ body{
text-overflow: ellipsis;
white-space: nowrap;
}
.size{
.size {
float:left;
width:16%;
/* Ставим отступ, что бы
@ -224,7 +227,7 @@ body{
*/
text-align: right;
}
.mode{
.mode {
float: right;
width: 23%;
}
@ -262,7 +265,7 @@ a:hover, a:active {
display:none;
}
/* текущий файл под курсором */
.current-file{
.current-file {
background-color: rgb(49, 123, 249);
background-color: rgba(49, 123, 249, .40);
color:white;
@ -271,11 +274,11 @@ a:hover, a:active {
.current-file > .mini-icon{
color:white;
}
.current-file > .text-file::before{
.current-file > .text-file::before {
color:white;
}
.fm-header{
.fm-header {
display:none;
}
@ -291,23 +294,23 @@ a:hover, a:active {
position: relative;
top: 10px
}
.directory::before{
.directory::before {
content: '\1f4c1';
}
.text-file::before{
.text-file::before {
color: rgb(26, 224, 124);
color: rgba(26, 224, 124, 0.56);
content: '\1f4c4';
}
.text-file{
.text-file {
background-image:none;
}
/* убираем заголовок*/
.fm_header{
.fm_header {
display:none;
}
.mode,.size,.owner{
.mode,.size,.owner {
/* располагаем элементы
* один под другим
*/
@ -318,28 +321,28 @@ a:hover, a:active {
text-align: left;
}
/* выводим заголовки рядом с полями */
.name::before{
.name::before {
content: 'name:';
font-weight: bold;
font-size: 13px;
}
.mode::before{
.mode::before {
content: 'mode:';
font-weight: bold;
font-size: 13px;
}
.size::before{
.size::before {
content: 'size:';
font-weight: bold;
font-size: 13px;
}
.owner::before{
.owner::before {
content: 'owner:';
font-weight: bold;
font-size: 13px;
}
.name{
.name {
float: none;
width:100%;
font-size: 18px;