mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
refactor(style) #fm -> .fm
This commit is contained in:
parent
1d58d6beef
commit
770317852b
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue