1 new commit in galaxy-central:
https://bitbucket.org/galaxy/galaxy-central/commits/8d2fe975c13c/ changeset: 8d2fe975c13c user: jgoecks date: 2013-01-15 03:07:11 summary: Remove tipsy classes from base css. affected #: 2 files
diff -r 311b636a72988f339f6b81837d5341a6505917a0 -r 8d2fe975c13c33439167903653c6c06217cab764 static/june_2007_style/base.less --- a/static/june_2007_style/base.less +++ b/static/june_2007_style/base.less @@ -1480,37 +1480,6 @@ padding: 0; }
-.tipsy { - padding: 5px; - font-size: 10px; - filter: alpha(opacity=80); - background-repeat: no-repeat; - background-image: url(../images/tipsy.gif); -} -.tipsy-inner { - padding: 5px 8px 4px 8px; - background-color: black; - color: white; - max-width: 200px; - text-align: center; -} - -.tipsy-north { - background-position: top center; -} - -.tipsy-south { - background-position: bottom center; -} - -.tipsy-east { - background-position: right center; -} - -.tipsy-west { - background-position: left center; -} - .editable-text { cursor:pointer; }
diff -r 311b636a72988f339f6b81837d5341a6505917a0 -r 8d2fe975c13c33439167903653c6c06217cab764 static/june_2007_style/blue/base.css --- a/static/june_2007_style/blue/base.css +++ b/static/june_2007_style/blue/base.css @@ -1047,12 +1047,6 @@ .text-content th,.text-content td{border-bottom:1px solid #ddd;border-right:1px solid #ccc;} .text-content th,.text-content td{padding:.8em;} .icon-button{width:16px;height:16px;display:block;float:left;margin-left:2px;text-indent:20px;background-repeat:no-repeat;background-position:0px 0px;padding:0;} -.tipsy{padding:5px;font-size:10px;filter:alpha(opacity=80);background-repeat:no-repeat;background-image:url(../images/tipsy.gif);} -.tipsy-inner{padding:5px 8px 4px 8px;background-color:black;color:white;max-width:200px;text-align:center;} -.tipsy-north{background-position:top center;} -.tipsy-south{background-position:bottom center;} -.tipsy-east{background-position:right center;} -.tipsy-west{background-position:left center;} .editable-text{cursor:pointer;} .editable-text:hover{cursor:text;border:dotted #999999 1px;} .icon-button.multiinput{background:url(../images/documents-stack.png) no-repeat;cursor:pointer;float:none;display:inline-block;margin-left:10px;}
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.
galaxy-commits@lists.galaxyproject.org