[dev] [commit] r902 - in wwwbase: elfinder-connector styles
automailer at dexonline.ro
automailer at dexonline.ro
Fri Jul 12 12:58:11 EEST 2013
Author: cata
Date: Fri Jul 12 12:58:11 2013
New Revision: 902
Log:
Minor tweaks after r901.
Modified:
wwwbase/elfinder-connector/connector.php
wwwbase/styles/flex.css
Modified: wwwbase/elfinder-connector/connector.php
==============================================================================
--- wwwbase/elfinder-connector/connector.php Thu Jul 11 20:36:54 2013 (r901)
+++ wwwbase/elfinder-connector/connector.php Fri Jul 12 12:58:11 2013 (r902)
@@ -138,7 +138,7 @@
'uploadAllow' => array('image'), // mimetypes allowed to upload
'disabled' => array('resize'), // list of not allowed commands
'imgLib' => 'gd', // image manipulation library (imagick, mogrify, gd)
- 'tmbPath' => '.tmb' // directory name for image thumbnails. Set to "" to avoid thumbnails generation
+ 'tmbPath' => '.tmb', // directory name for image thumbnails. Set to "" to avoid thumbnails generation
)
)
);
Modified: wwwbase/styles/flex.css
==============================================================================
--- wwwbase/styles/flex.css Thu Jul 11 20:36:54 2013 (r901)
+++ wwwbase/styles/flex.css Fri Jul 12 12:58:11 2013 (r902)
@@ -368,10 +368,6 @@
color: green;
}
-.ui-widget {
- font-size: 10px;
-}
-
span.tooltip {
background: url("../img/icons/information.png") no-repeat;
display: inline-block;
@@ -388,9 +384,8 @@
text-decoration: none;
}
-/* Selectarea setului de iconite inchise la culoare pentru a aparea
-x-ul si lupa in bara de cautare de la elFinder */
-.ui-widget-header
-.ui-icon {
- background-image: url("lightness-1.10.3/images/ui-icons_222222_256x240.png")
+/* Select the dark icon set for the magnifier and the X for elFinder's search box.
+ For some reason, by default they show as white on white. */
+.ui-widget-header .ui-icon {
+ background-image: url("lightness-1.10.3/images/ui-icons_222222_256x240.png");
}
More information about the Dev
mailing list