lib/yard/server/templates/default/fulldoc/html/css/custom.css in yard-0.6.8 vs lib/yard/server/templates/default/fulldoc/html/css/custom.css in yard-0.7.0

- old
+ new

@@ -6,11 +6,11 @@ #search_frame { z-index: 9999; } form.search { position: relative; color: #fff; - margin-top: 3px; padding: 7px; border: 1px solid #99f; width: 315px; background: #05a; + margin-top: 3px; padding: 7px; border: 1px solid #99f; width: 315px; background: #05a; -moz-border-radius: 4px; -webkit-border-radius: 4px; margin-bottom: 10px; } form.search input { margin-left: 5px; width: 250px; border: 1px solid #99f; -moz-border-radius: 3px; font-family: monospace; } @@ -48,11 +48,11 @@ font-family: sans-serif; font-size: 12px; line-height: 16px; overflow: hidden; -} +} .ac_loading { background: white url('/images/loading.gif') right center no-repeat; } @@ -67,10 +67,10 @@ .ac_over { background: #ddd; cursor: pointer; border: 1px dotted #fff; border-left-width: 0; border-right-width: 0; } #fade { display: none; position: absolute; top: 0px; left: 0; background: #eee; z-index: -1; width: 100%; height: 100%; border-top: 1px solid #e0e0e0; } -#processing { +#processing { position: absolute; width: 400px; height: 200px; margin: auto; background: #fff; padding: 10px 30px; z-index: 20; -webkit-box-shadow: 0px 0px 20px #444; -moz-box-shadow: 0px 0px 20px #444; -webkit-border-radius: 4px; display: none; }