commit/galaxy-central: james_taylor: style: do not define .overlay, conflicts with trackster
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/a3a698fbafcf/ changeset: a3a698fbafcf user: james_taylor date: 2012-07-23 16:38:17 summary: style: do not define .overlay, conflicts with trackster affected #: 2 files diff -r c81172ba88a7d2ee619a32f6de8bdfdcfe5614e2 -r a3a698fbafcf1e1b8f48a3c954e1729b4ce8a0d1 static/june_2007_style/base.less --- a/static/june_2007_style/base.less +++ b/static/june_2007_style/base.less @@ -307,7 +307,7 @@ } } -#overlay, .overlay { +#overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 20000; diff -r c81172ba88a7d2ee619a32f6de8bdfdcfe5614e2 -r a3a698fbafcf1e1b8f48a3c954e1729b4ce8a0d1 static/june_2007_style/blue/base.css --- a/static/june_2007_style/blue/base.css +++ b/static/june_2007_style/blue/base.css @@ -655,7 +655,7 @@ .panel-header-button{color:#333;text-decoration:none;display:inline-block;cursor:pointer;margin:-1px;padding:1px;margin-top:-0.2em;padding-right:0.5em;padding-left:0.5em;}.panel-header-button:hover{color:maroon;-webkit-transition:color 0.25s linear;-moz-transition:color 0.25s linear;-ms-transition:color 0.25s linear;-o-transition:color 0.25s linear;transition:color 0.25s linear;} .panel-header-button .caret{margin-top:7px;} .panel-header-button.popup{padding-right:1.75em;background:url(../images/dropdownarrow.png) no-repeat right 7px;} -#overlay,.overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:20000;} +#overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:20000;} #overlay.is_modal #overlay-background,.overlay-background{background:rgba(0, 0, 0, 0.5);} .panel-error-message,.panel-warning-message,.panel-done-message,.panel-info-message{height:24px;line-height:24px;color:#303030;padding:0px;padding-left:26px;background-color:#ffcccc;background-image:url(error_small.png);background-repeat:no-repeat;background-position:6px 50%;} .panel-warning-message{background-image:url(warn_small.png);background-color:#ffffcc;} Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket