mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Revert "MDL-33303 Filepicker: resized to match HTML editor and made resizable"
This reverts commit c947ea3e3f
.
This commit is contained in:
parent
2fba8f5a92
commit
ecad7393e3
3 changed files with 7 additions and 67 deletions
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* File Picker and File Manager
|
||||
*/
|
||||
.filemanager {width: 680px; min-width: 410px;}
|
||||
|
||||
.filemanager, .file-picker {font-size:11px;color: #555555;letter-spacing: .2px;}
|
||||
.filemanager a, .file-picker a {color:#555555;}
|
||||
.filemanager a:hover, .file-picker a:hover {color:#555555;text-decoration: none;}
|
||||
|
@ -290,10 +290,8 @@ a.ygtvspacer:hover {color: transparent;text-decoration: none;}
|
|||
/*.filemanager-container ul{margin:0;padding:0;}
|
||||
.filemanager-container ul li{white-space:nowrap;list-style-type:none;}
|
||||
.filemanager-container ul li a{padding:0}*/
|
||||
.filemanager .fp-content{overflow: auto;}
|
||||
.filemanager .fp-content{overflow: auto;max-height: 472px;}
|
||||
.filemanager-container, .filepicker-filelist {overflow:hidden;}
|
||||
.filemanager.fm-loaded .fp-statusbar {background: #F2F2F2;border: 1px solid #BBB;border-top:0;min-height:2em;margin-bottom:5px;padding-right:2em;}
|
||||
.filemanager .yui3-resize-handle-inner-br {bottom:-2em;}
|
||||
|
||||
/*
|
||||
* Icon view (File Manager only)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue