diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-15 20:43:48 -0700 | 
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-15 20:43:48 -0700 | 
| commit | dcfa74e2d9084a4dd9ac56333c47d6fdbee46707 (patch) | |
| tree | da6885b8bd689705c4695f8c809ddc0c1bb486eb /modules/gallery/css | |
| parent | de3bfac2ecff4108517e61213926de64a8046610 (diff) | |
| parent | 9379308f91a476f790fb8d444536719535c584e4 (diff) | |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/css')
| -rw-r--r-- | modules/gallery/css/upgrader.css | 18 | 
1 files changed, 11 insertions, 7 deletions
| diff --git a/modules/gallery/css/upgrader.css b/modules/gallery/css/upgrader.css index 64e4ca07..73da0ff4 100644 --- a/modules/gallery/css/upgrader.css +++ b/modules/gallery/css/upgrader.css @@ -37,7 +37,7 @@ td {  }  tr.current td { -  color: #999; +  opacity: 0.5;    font-style: italic;  } @@ -87,11 +87,13 @@ div.button a {    text-decoration: none;  } -div.button:hover { +div.button-active:hover {    background: #ccc;  } -div#confirmation { +div#dialog { +  width: 340px; +  height: 200px;    position: absolute;    background: blue;    z-index: 1000; @@ -99,21 +101,23 @@ div#confirmation {    text-align: center;  } -div#confirmation a.close { +div#dialog a.close {    float: right;    padding: 10px;    text-decoration: none;  } -div#confirmation div { +div#dialog div { +  width: 292px; +  height: 152px;    margin: 2px;    padding: 20px;    border: 2px solid #999;    background: #eee;  } -.gray_on_done { -  opacity: <?= $done ? "0.5" : "1" ?>; +.muted { +  opacity: 0.5;  }  pre { | 
