feature(style) max-width 600px: hide .size, .owner, .mode

This commit is contained in:
coderaiser 2013-12-27 09:08:18 +00:00
parent fbd969adf0
commit 7f1e5a7a70

View file

@ -260,16 +260,25 @@ a:hover, a:active {
/* меняем иконки на шрифтовые*/
.mini-icon {
color: rgb(246, 224, 124);
color: rgba(246, 224, 124, 0.56);
font: 60px 'Fontello';
width: 40%;
height: 0;
margin-left: 0;
float: right;
position: relative;
top: 10px
color : rgb(246, 224, 124);
color : rgba(246, 224, 124, 0.56);
font : 16px 'Fontello';
width : 6%;
margin-left : 10px;
float : left;
background-image: none;
}
.size, .owner, .mode {
display: none;
}
.name {
float: none;
width: 100%;
font-size: 18px;
}
.directory::before {
content: '\e807';
}
@ -287,43 +296,7 @@ a:hover, a:active {
display:none;
}
.mode,.size,.owner {
/* располагаем элементы
* один под другим
*/
display: table;
float: none;
width: 0;
text-align: left;
}
/* выводим заголовки рядом с полями */
.name::before {
content: 'name:';
font-weight: bold;
font-size: 13px;
}
.mode::before {
content: 'mode:';
font-weight: bold;
font-size: 13px;
}
.size::before {
content: 'size:';
font-weight: bold;
font-size: 13px;
}
.owner::before {
content: 'owner:';
font-weight: bold;
font-size: 13px;
}
.name {
float: none;
width:100%;
font-size: 18px;
}
.cmd-button {
width: 20%;