app/django/contrib/admin/media/css/global.css
changeset 323 ff1a9aa48cfd
parent 54 03e267d67478
equal deleted inserted replaced
322:6641e941ef1e 323:ff1a9aa48cfd
     2 
     2 
     3 /* LINKS */
     3 /* LINKS */
     4 a:link, a:visited { color: #5b80b2; text-decoration:none; }
     4 a:link, a:visited { color: #5b80b2; text-decoration:none; }
     5 a:hover { color: #036; }
     5 a:hover { color: #036; }
     6 a img { border:none; }
     6 a img { border:none; }
       
     7 a.section:link, a.section:visited { color: white; text-decoration:none; }
     7 
     8 
     8 /* GLOBAL DEFAULTS */
     9 /* GLOBAL DEFAULTS */
     9 p, ol, ul, dl { margin:.2em 0 .8em 0; }
    10 p, ol, ul, dl { margin:.2em 0 .8em 0; }
    10 p { padding:0; line-height:140%; }
    11 p { padding:0; line-height:140%; }
    11 
    12 
    84 input, textarea, select { margin:2px 0; padding:2px 3px; vertical-align:middle; font-family:"Lucida Grande", Verdana, Arial, sans-serif; font-weight:normal; font-size:11px; }
    85 input, textarea, select { margin:2px 0; padding:2px 3px; vertical-align:middle; font-family:"Lucida Grande", Verdana, Arial, sans-serif; font-weight:normal; font-size:11px; }
    85 textarea { vertical-align:top !important; }
    86 textarea { vertical-align:top !important; }
    86 input[type=text], input[type=password], textarea, select, .vTextField { border:1px solid #ccc; }
    87 input[type=text], input[type=password], textarea, select, .vTextField { border:1px solid #ccc; }
    87 
    88 
    88 /*  FORM BUTTONS  */
    89 /*  FORM BUTTONS  */
    89 input[type=submit], input[type=button], .submit-row input { background:white url(../img/admin/nav-bg.gif) bottom repeat-x; padding:3px; color:black; border:1px solid #bbb; border-color:#ddd #aaa #aaa #ddd; }
    90 .button, input[type=submit], input[type=button], .submit-row input { background:white url(../img/admin/nav-bg.gif) bottom repeat-x; padding:3px; color:black; border:1px solid #bbb; border-color:#ddd #aaa #aaa #ddd; }
    90 input[type=submit]:active, input[type=button]:active { background-image:url(../img/admin/nav-bg-reverse.gif); background-position:top; }
    91 .button:active, input[type=submit]:active, input[type=button]:active { background-image:url(../img/admin/nav-bg-reverse.gif); background-position:top; }
    91 input[type=submit].default, .submit-row input.default { border:2px solid #5b80b2; background:#7CA0C7 url(../img/admin/default-bg.gif) bottom repeat-x; font-weight:bold; color:white; }
    92 .button.default, input[type=submit].default, .submit-row input.default { border:2px solid #5b80b2; background:#7CA0C7 url(../img/admin/default-bg.gif) bottom repeat-x; font-weight:bold; color:white; float:right; }
    92 input[type=submit].default:active { background-image:url(../img/admin/default-bg-reverse.gif); background-position:top; }
    93 .button.default:active, input[type=submit].default:active { background-image:url(../img/admin/default-bg-reverse.gif); background-position:top; }
    93 
    94 
    94 /* MODULES */
    95 /* MODULES */
    95 .module { border:1px solid #ccc; margin-bottom:5px; background:white; }
    96 .module { border:1px solid #ccc; margin-bottom:5px; background:white; }
    96 .module p, .module ul, .module h3, .module h4, .module dl, .module pre { padding-left:10px; padding-right:10px; }
    97 .module p, .module ul, .module h3, .module h4, .module dl, .module pre { padding-left:10px; padding-right:10px; }
    97 .module blockquote { margin-left:12px; }
    98 .module blockquote { margin-left:12px; }
    98 .module ul, .module ol { margin-left:1.5em; }
    99 .module ul, .module ol { margin-left:1.5em; }
    99 .module h3 { margin-top:.6em; }
   100 .module h3 { margin-top:.6em; }
   100 .module h2, .module caption { margin:0; padding:2px 5px 3px 5px; font-size:11px; text-align:left; font-weight:bold; background:#7CA0C7 url(../img/admin/default-bg.gif) top left repeat-x; color:white; }
   101 .module h2, .module caption, .inline-group h2 { margin:0; padding:2px 5px 3px 5px; font-size:11px; text-align:left; font-weight:bold; background:#7CA0C7 url(../img/admin/default-bg.gif) top left repeat-x; color:white; }
   101 .module table { border-collapse: collapse; }
   102 .module table { border-collapse: collapse; }
   102 
   103 
   103 /* MESSAGES & ERRORS */
   104 /* MESSAGES & ERRORS */
   104 ul.messagelist { padding:0 0 5px 0; margin:0; }
   105 ul.messagelist { padding:0 0 5px 0; margin:0; }
   105 ul.messagelist li { font-size:12px; display:block; padding:4px 5px 4px 25px; margin:0 0 3px 0; border-bottom:1px solid #ddd; color:#666; background:#ffc url(../img/admin/icon_success.gif) 5px .3em no-repeat; }
   106 ul.messagelist li { font-size:12px; display:block; padding:4px 5px 4px 25px; margin:0 0 3px 0; border-bottom:1px solid #ddd; color:#666; background:#ffc url(../img/admin/icon_success.gif) 5px .3em no-repeat; }
   106 .errornote { font-size:12px !important; display:block; padding:4px 5px 4px 25px; margin:0 0 3px 0; border:1px solid red; color:red;background:#ffc url(../img/admin/icon_error.gif) 5px .3em no-repeat; }
   107 .errornote { font-size:12px !important; display:block; padding:4px 5px 4px 25px; margin:0 0 3px 0; border:1px solid red; color:red;background:#ffc url(../img/admin/icon_error.gif) 5px .3em no-repeat; }
   107 ul.errorlist { margin:0 !important; padding:0 !important; }
   108 ul.errorlist { margin:0 !important; padding:0 !important; }
   108 .errorlist li { font-size:12px !important; display:block; padding:4px 5px 4px 25px; margin:0 0 3px 0; border:1px solid red; color:white; background:red url(../img/admin/icon_alert.gif) 5px .3em no-repeat; }
   109 .errorlist li { font-size:12px !important; display:block; padding:4px 5px 4px 25px; margin:0 0 3px 0; border:1px solid red; color:white; background:red url(../img/admin/icon_alert.gif) 5px .3em no-repeat; }
   109 td ul.errorlist { margin:0 !important; padding:0 !important; }
   110 td ul.errorlist { margin:0 !important; padding:0 !important; }
   110 td ul.errorlist li { margin:0 !important; }
   111 td ul.errorlist li { margin:0 !important; }
   111 .error { background:#ffc; }
   112 .errors { background:#ffc; }
   112 .error input, .error select { border:1px solid red; }
   113 .errors input, .errors select { border:1px solid red; }
   113 div.system-message { background: #ffc; margin: 10px; padding: 6px 8px; font-size: .8em; }
   114 div.system-message { background: #ffc; margin: 10px; padding: 6px 8px; font-size: .8em; }
   114 div.system-message p.system-message-title { padding:4px 5px 4px 25px; margin:0; color:red; background:#ffc url(../img/admin/icon_error.gif) 5px .3em no-repeat; }
   115 div.system-message p.system-message-title { padding:4px 5px 4px 25px; margin:0; color:red; background:#ffc url(../img/admin/icon_error.gif) 5px .3em no-repeat; }
   115 .description { font-size:12px; padding:5px 0 0 12px; }
   116 .description { font-size:12px; padding:5px 0 0 12px; }
   116 
   117 
   117 /* BREADCRUMBS */
   118 /* BREADCRUMBS */