Skip to content

Commit

Permalink
[#493 state:resolved] Changed the republish window to use the blog bl…
Browse files Browse the repository at this point in the history
…ue, rather than the system purple
  • Loading branch information
mattcarey authored and jayallen committed Dec 1, 2010
1 parent ad115e8 commit 7674665
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
5 changes: 3 additions & 2 deletions mt-static/css/chromeless.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* Chromeless ------------------------------------------------------------ */
/* @override http://melody.studiolift.com/melody/mt-static/css/chromeless.css?v=1.0.0b2%20%28build%2030%29 */
/* Chromeless ------------------------------------------------------------ */

body{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
Expand Down Expand Up @@ -330,7 +331,7 @@ table.show-admin td {
margin: 0;
}
.chromeless-wide #footer .inner {
border-top: 1px solid #ccc;
/* border-top: 1px solid #ccc; */
padding-top: 10px;
margin: 0 18px;
}
Expand Down
9 changes: 7 additions & 2 deletions mt-static/melody/chromeless.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ body.dialog #container-inner .field-header label { font-size:13px; }
body.dialog #container-inner .field input { border:2px solid #6B3081; font-family:Arial; font-size:14px; padding:8px; width:300px; }
body.dialog #container-inner .field input:focus { border-color:#D8224F; }
body.dialog #container-inner button { background:#D8224F; color:#fff; border:2px solid #D8224F; }
body.dialog #container-inner button:hover { }
body.dialog #container-inner button:hover { }

.dialog .actions-bar { margin:0 0 5px; }
.dialog .actions-bar .actions a {background:none!important; background-color:#E1D6E6!important; color:#fff!important; -moz-border-radius:4px;-webkit-border-radius:4px;}
Expand All @@ -36,7 +36,12 @@ body.dialog #container-inner button:hover { }
body.dialog #container-inner div#ctl, body.dialog #container-inner div#ctr, body.dialog #container-inner div#cbl, body.dialog #container-inner div#cbr {background:none;}

body.chromeless { background:#6B3081; }
body.chromeless-wide { background:#6B3081; }
body.chromeless-wide { background:#33789c;}
body.chromeless-wide #container {background:#33789c;}
body.chromeless-wide #container-inner {background:#C9E1EE; border:none;padding:5px; color:#33789c;}
body.chromeless-wide #container-inner button {background:#33789c; border:#33789c;}
body.chromeless-wide #container-inner .msg-success {background:#33789c;}
body.chromeless-wide #container-inner .msg-success a {color: #fff;}

p.login {background:none!important;}

Expand Down

0 comments on commit 7674665

Please sign in to comment.