@import "https://fonts.googleapis.com/css?family=Droid+Sans"; #maindiv { width: 100%; margin: 10px auto; padding: 10px; font-family: 'Droid Sans', sans-serif; float: left; } #formdiv { width: auto; float: left; text-align: center; } h2 { margin-left: 30px } .upload { clear: both; } .upload:hover { cursor: pointer; background: #c20b0b; border: 1px solid #c20b0b; box-shadow: 0 0 5px rgba(0, 0, 0, .75) } #file { color: green; padding: 5px; border: 1px dashed #123456; background-color: #f9ffe5; clear: both; float: left; } #upload { margin-left: 45px } #noerror { color: green; text-align: left } #error { color: red; text-align: left } #img { width: 25px; border: none; height: 25px; margin-left: -20px; margin-bottom: 80px; } .abcd { text-align: center; float: left; } .abcd img { height: 100px; width: 100px; padding: 5px; border: 1px solid #e8debd } div#filediv { float: left; } .btn.outlined { color: #3675B4; border: solid 2px #3675B4; border-radius: 3px; text-transform: uppercase; background: #fff; font-size: 18px; margin-bottom: 10px; float: left; } .mleft_no { margin-left: 0; } .btn { padding: 10px 20px; margin: 6px; border: none; background: #666; color: #ccc; font-weight: bold; text-decoration: none; transition: all 0.35s; -moz-transition: all 0.35s; -webkit-transition: all 0.35s; -o-transition: all 0.35s; white-space: nowrap; } .btn.outlined:hover { color: #fff; border: solid 2px #3675B4; background: #3675B4; box-shadow: none; } .gallery { width: 100%; float: left; } .gallery ul { margin: 0; padding: 0; list-style-type: none; } .gallery ul li.delete-icon { position: relative; } .gallery ul li.delete-icon:before { background: #fff url(../images/delete-icon.png); width: 20px; height: 20px; position: absolute; top: -10px; right: -10px; background-size: 100% 100%; border: 5px solid #fff; cursor: pointer; box-shadow: 0px 0px 5px #000; border-radius: 5px } /*.gallery ul li.delete-icon:before{ background:#fff url(../images/delete-icon.png); content:''; width:20px; height:20px; position:absolute; top:-10px; right:-10px; background-size:100% 100%; border:5px solid #fff; cursor:pointer; box-shadow:0px 0px 5px #000; border-radius:5px } */ .gallery ul li { padding: 7px; border: 2px solid #ccc; float: left; margin: 10px 7px; background: none; width: auto; height: auto; } #reorder-helper { margin: 18px 6px; padding: 10px; float: left; clear: both; width: 100%; } .light_box { background: #efefef; padding: 20px; margin: 10px 0; text-align: center; font-size: 1.2em; } #filediv #edit_page_upload_image_ajax { float: left; } #filediv #imageloading { float: left; margin-left: 10px; width: 25px; height: 25px; margin-top: 4px; display: none; } /*.ui-sortable-handle a.image_link { position: absolute; right: -4px; z-index: 999; top: -10px; background: url(../images/delete-icon.png) left top no-repeat; width: 24px; height: 24px; text-align: left; text-indent: -99999px; }*/ /* NOTICE */ /*.notice, .notice a{ color: #fff !important; }*/ .notice { z-index: 8888; } .notice a { font-weight: bold; } .notice_error { background: #E46360; } .notice_success { background: #657E3F; } .gallery img { width: 250px; }