mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
changed id property to name property (left, panel)
This commit is contained in:
parent
b329e1863b
commit
34ad3f8e32
3 changed files with 5 additions and 5 deletions
|
|
@ -322,7 +322,7 @@ a:focus { outline: thin dotted; }
|
|||
}
|
||||
}
|
||||
@media only screen and (min-width: 601px) and (max-width: 785px){
|
||||
#left{
|
||||
.panel{
|
||||
width:90% !important;
|
||||
}
|
||||
#right{
|
||||
|
|
@ -331,7 +331,7 @@ a:focus { outline: thin dotted; }
|
|||
}
|
||||
|
||||
@media only screen and (min-width:786px) and (max-width: 1155px){
|
||||
#left{
|
||||
.panel{
|
||||
width:90% !important;
|
||||
}
|
||||
/* если правая панель не помещаеться - прячем её */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue