Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/app/webroot/css/ |
Upload File : |
// =================================================== // CSS style for admin panel. // @author 3Musketeers (3Musketeersteam@gmail.com) // @create date 18 September 2013 // =================================================== .admin-innset-wrapper { padding: 20px; } .admin-header { // padding: 15px 0 0; color: #fff; h1 { font-size: 1.3em; a { color: #fff; } } //remove radius in admin panel &.navbar { -moz-border-radius: 0; border-radius: 0; } .navbar-brand { color: #fff; } } .link-logout { color: #fff; } .nav-bar-username { margin-right: 5px; color: #fff; font-weight: bold; } .admin-main-wrapper{ margin-bottom: 30px; // background: #fff; // border: 1px solid #ccc; // -moz-border-radius: 5px; // border-radius: 5px; div.col-md-9.admin-content, nav.col-md-3.admin-left-nav { padding: 0; } nav.col-md-3.admin-left-nav { // border-right: 1px solid #ccc; h2 { padding: 10px; // background: #ddd; } .left-nav { list-style: none; li { // margin-right: 10px; padding-left: 10px; border-bottom: 1px solid #dae1e8; a { display: inline-block; padding: 10px; font-size: 1em; color: #666; } &.active { background-color: #4089C8; color: #fff; a { color: #fff; font-weight: bold; } } } } }//nav .alert { border: none; border-bottom: 1px solid transparent; border-radius: 0; } .admin-content { min-height: 656px; background: #fff; border: 1px solid #DAE3E9; } .sub-head { background: #fff; padding: 15px; border-bottom: 1px solid #ccc; h2 { font-size: 1.6em; font-weight: bold; } .admin-breadcrumbs { font-weight: bold; a { font-weight: normal; color: #999; } } } } .login-con { width: 350px; margin: 100px auto 0; h2 { margin: 10px 0 20px; } div.submit { margin-top: 15px; } } .dashboard-title { padding: 30px 0; } // filters area .admin-list-filters { background: #eee; padding: 20px 10px; border-bottom: 1px solid #ccc; .row { margin-top: 10px; } label { text-align: right; } .form-group.single-row { margin-bottom: 0; } } // @todo - this clas is also used in front-end too .filter-label { padding-top: 7px; } // use for multi-line labels .filter-label-small { font-size: 0.9em; padding-top: 0; margin-bottom: 0; } .admin-filter-status { padding: 8px 5px; border: 1px solid #ddd; border-radius: 4px; label { margin: 0 10px 0 5px; } input[type="radio"] { margin-left: 3px; } } .admin-title-with-btn { padding: 6px 0 6px 12px; margin-right: 20px; } .admin-list-data { .glyphicon { font-size: 1.4em; } .glyphicon-minus-sign { color: #a00; } .glyphicon-refresh { color: #50AB50; } } .admin-list-status-active { color: #23B100; } .admin-list-status-inactive { color: #999; } form.admin { input[type="radio"] { margin: 10px 5px 0 10px; } label.multiLabel { padding-left: 10px; } &.admin-login-form { margin-bottom: 0; } } form.admin, form.admin-lost.form-horizontal { margin: 30px 0; padding: 0 10px; } form.admin, form.admin-lost { label.error { padding-top: 5px; color: #d10000; } } // upload photos styling .progress { margin-bottom: 0; .progress-bar { height: 20px; background: green; } } .fileupload-warning { color: #d10000; } // the style of the photos attached to an activity, organization, person ol#upload-photos { list-style: decimal; padding-left: 20px; } .list-photos { margin: 0; padding-left: 0; list-style: none; display: inline-block; li { margin-top: 10px; img, video { max-width: 250px; } } } .form-required { color: #c00; } // error page .admin-error-panel { margin-top: 60px; .panel-body { padding: 50px 0; } } .admin-error-icon { color: #666; font-size: 6em; margin-bottom: 30px; } .position-list-con { padding: 10px 10px; border-bottom: 1px solid #ccc; &:hover { background: #efefef; } } // icons for export to csv, pdf files .export-buttons { margin-right: 20px; a { display: inline-block; padding: 3px; &:hover { background-color: #ededed; } } }