refactor(style) #fm -> .fm

This commit is contained in:
coderaiser 2013-11-11 12:37:48 +00:00
parent 1d58d6beef
commit 770317852b
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ body {
background-color:white;
}
#fm, #left>li, #right>li, .path, .fm-header,
.fm, #left>li, #right>li, .path, .fm-header,
.mini-icon, .name, .size, .owner, .mode, #keyspanel, .cmd-button {
-webkit-user-select : none;
-moz-user-select : none;
@ -162,7 +162,7 @@ body {
background-position: 0 0;
background-repeat: no-repeat;
}
#fm {
.fm {
height: 90%;
margin: 26px 26px 0 26px;
}

View file

@ -15,7 +15,7 @@
</head>
<body>
<div id=fm>{{ fm }}</div>
<div class=fm>{{ fm }}</div>
<div id=keyspanel>
<button id=f1 class=cmd-button>F1 - help</button>
<button id=f2 class=cmd-button>F2 - rename</button>