vendor/assets/stylesheets/mercury/dialog.css in mercury-rails-0.2.3 vs vendor/assets/stylesheets/mercury/dialog.css in mercury-rails-0.3.1

- old
+ new

@@ -22,11 +22,10 @@ font-size: 8.5pt; } .mercury-dialog.loading, .mercury-select.loading, .mercury-palette.loading { - background-image: url(/assets/mercury/loading-light.gif); background-repeat: no-repeat; background-position: center; } /* * Selects @@ -53,11 +52,10 @@ font-family: Helvetica, Tahoma, Arial, sans-serif; font-size: 9.5pt; max-width: 500px; } .mercury-panel.loading { - background-image: url(/assets/mercury/loading-dark.gif); background-repeat: no-repeat; background-position: center; } .mercury-panel h1, .mercury-panel h3 { @@ -78,10 +76,20 @@ border-top-right-radius: 4px; height: 15px; cursor: move; text-shadow: 1px 1px 2px rgba(0,0,0, .9); } +.mercury-panel h1 a.mercury-panel-close { + position: absolute; + right: -5px; + top: -4px; + width: 42px; + height: 42px; + cursor: default; + background-repeat: no-repeat; + background-position: center; +} .mercury-panel h4, .mercury-panel h5, .mercury-panel h6 { margin: 0; } @@ -167,11 +175,12 @@ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; padding-left: 20px; - background: #FFF url(/assets/mercury/search-icon.png) no-repeat 4px center; + background-color: #FFF; + background-repeat: no-repeat; } .mercury-snippet-panel ul { font-size: .9em; padding: 10px 0 0 0; margin: 0; @@ -194,6 +203,6 @@ } /* history / notes */ .mercury-history-panel, .mercury-notes-panel { width: 250px; -} \ No newline at end of file +}