Merge branch 'MDL-42859-master' of git://github.com/mouneyrac/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2013-11-14 23:24:20 +01:00
commit a269acfef7

View File

@ -71,6 +71,7 @@ background:#E2E2E2;filter:progid:DXImageTransform.Microsoft.gradient(startColors
.fp-toolbar.empty {display:none;}
.fp-toolbar .disabled {display:none;}
.file-picker .fp-toolbar div, .fp-navbar .filemanager-toolbar .fp-toolbar div {float:left;margin:4px 0 4px 4px;background:#FFFFFF;border:1px solid #CCCCCC;border-bottom:1px solid #B3B3B3;border-radius:4px;width:30px;height:30px;}
.file-picker .fp-toolbar .fp-tb-message {background:inherit;border:0;border-bottom:0;border-radius:0;width:300px;height:32px;}
.fp-toolbar div {display:block;}
.fp-toolbar a {display:block;height:30px;width:30px;}
.fp-toolbar a:hover {background-image:radial-gradient(ellipse at center, #ffffff 60%,#dfdfdf 100%);background-color:#ebebeb;}