mirror of
https://github.com/e107inc/e107.git
synced 2025-01-19 05:28:10 +01:00
35 lines
1.5 KiB
CSS
35 lines
1.5 KiB
CSS
|
|
/* ADMIN specific styling */
|
|
/*
|
|
a.media-select-image { margin:5px; border:1px solid rgb(102, 102, 102); width:120px; height:100px; border-radius:4px }
|
|
|
|
a.media-select-image:hover { border:1px solid red; }
|
|
*/
|
|
|
|
|
|
a.media-select-image,
|
|
a.media-select-none { margin:5px; text-decoration:none; width:80px; height:80px; box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.8) inset; background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3);}
|
|
|
|
@media (min-height: 500px){
|
|
a.media-select-image,
|
|
a.media-select-none { width:120px; height:120px; }
|
|
}
|
|
|
|
a.media-select-icon { text-align:center; vertical-align:middle; margin:1px; border:1px solid white; width:48px; height:48px;}
|
|
a.media-select-icon:hover { border:1px solid red; }
|
|
.media-select-container { padding:10px; }
|
|
|
|
.media-select-active { border: 1px solid silver; }
|
|
|
|
.e-moving { background-color: silver; }
|
|
tr.highlight-even { background-color: silver; }
|
|
tr.highlight-odd { background-color: silver; }
|
|
legend { display: none; }
|
|
.chzn-choices { width: 350px; }
|
|
.e-autocomplete { display: none }
|
|
.e-expandit-container { margin-top:10px }
|
|
|
|
input.helpbox { display:none; } /* legacy BBcode helper box - deprecated and hidden if found in v2.x */
|
|
|
|
.col-selection { padding:5px; text-align:left; background-color: #FCFDFF; border: 1px outset black; width:200px; margin-right:0px;overflow:visible; position:absolute; z-index:101; right:0px;}
|