EVOLUTION-MANAGER
Edit File: popup-imagemanager.css
/** * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ img { border: 0 none; } form { padding: 0px; margin: 0 auto; width: 100%; } button { padding: 3px; border: 1px solid #CCCCCC; font-weight: bold; color: #0B55C4; background-color: white; } button:hover { border: 1px solid #0B55C4; } iframe { width: 100%; overflow-x: false; border: 0 none; margin: 0 0 0.5em 0; padding: 0; } iframe#imageframe { height: 200px; } a:hover { border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight; } .buttons { width: 70px; text-align: center; } #messages { position: relative; left: 175px; top: 115px; background-color: white; width: 200px; float: left; margin-top: -52px; border: 1px solid #ccc; text-align: center; padding: 15px; } #message { font-size: 15px; font-weight: bold; color: #69c; } #uploads .upload { padding: 4px; } /* added Angie */ #upload-noflash { border:0 } .hide { display:none } label.hidelabeltxt { text-indent: -9999em; }