commit/galaxy-central: carlfeberhard: UI: (via Sam) fixes for font-awesome elements in galaxy frames and masthead
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/262232194f77/ Changeset: 262232194f77 User: carlfeberhard Date: 2013-10-31 19:06:49 Summary: UI: (via Sam) fixes for font-awesome elements in galaxy frames and masthead Affected #: 3 files diff -r 564467b04a2136f7fb90fddae233f832dc87fcaf -r 262232194f777c892ee8f08c629cc8d1e8f2814a static/style/blue/base.css --- a/static/style/blue/base.css +++ b/static/style/blue/base.css @@ -1245,10 +1245,10 @@ .galaxy-frame .frame .f-iframe{border:none;width:100%;height:100%} .galaxy-frame .frame .f-header{height:17px;margin:2px;cursor:pointer;border:1px solid #000;background:#2c3143;color:#fff} .galaxy-frame .frame .f-title{position:absolute;top:2px;left:16px;right:16px;font-size:12px;font-family:"Lucida Grande",verdana,arial,helvetica,sans-serif;text-align:center} -.galaxy-frame .frame .f-icon{position:absolute;cursor:pointer} +.galaxy-frame .frame .f-icon{position:absolute;cursor:pointer;font-size:14px} .galaxy-frame .frame .f-not-allowed{cursor:not-allowed} -.galaxy-frame .frame .f-close{right:5px;top:1px} -.galaxy-frame .frame .f-pin{left:6px;top:1px} +.galaxy-frame .frame .f-close{right:5px;top:3px} +.galaxy-frame .frame .f-pin{left:6px;top:3px} .galaxy-frame .frame .f-resize{background:#fff;width:16px;height:16px;color:#2c3143;right:0px;bottom:0px;text-align:center;line-height:16px;border:0px} .upload-info{font-weight:normal;text-align:center} .upload-box{width:100%;height:95%;text-align:center;overflow:scroll;font-size:12px;line-height:1.33;-moz-border-radius:5px;border-radius:5px;border:1px dashed #bfbfbf;padding:10px;overflow-x:hidden;-ms-overflow-style:none}.upload-box .table{width:100%} @@ -1311,7 +1311,7 @@ #masthead li.dropdown>a:hover .caret{border-top-color:gold;border-bottom-color:gold} #masthead .navbar-brand{position:absolute;left:0;top:0;font-family:verdana;font-weight:bold;font-size:20px;line-height:1;color:white;padding:5px 20px 12px;margin-left:-15px;z-index:2000}#masthead .navbar-brand img{display:inline;width:26px;vertical-align:top} #masthead .navbar-brand a{color:white;text-decoration:none} -#masthead .iconbar{position:absolute;top:2px;right:110px;cursor:pointer;color:#999;overflow:hidden}#masthead .iconbar .symbol{float:left;margin:0px 10px} +#masthead .iconbar{position:absolute;top:5px;right:110px;cursor:pointer;color:#999;overflow:hidden}#masthead .iconbar .symbol{float:left;margin:0px 10px} #masthead .iconbar .symbol .number{font-weight:bold;font-size:10px;font-family:"Lucida Grande",verdana,arial,helvetica,sans-serif;position:relative;left:23px;top:-16px} #masthead .iconbar .toggle{color:#BCC800} .quota-meter-container{position:absolute;top:0;right:0;height:32px} diff -r 564467b04a2136f7fb90fddae233f832dc87fcaf -r 262232194f777c892ee8f08c629cc8d1e8f2814a static/style/src/less/base.less --- a/static/style/src/less/base.less +++ b/static/style/src/less/base.less @@ -421,7 +421,7 @@ .iconbar { position : absolute; - top : 2px; + top : 5px; right : 110px; cursor : pointer; color : @gray-light; diff -r 564467b04a2136f7fb90fddae233f832dc87fcaf -r 262232194f777c892ee8f08c629cc8d1e8f2814a static/style/src/less/frame.less --- a/static/style/src/less/frame.less +++ b/static/style/src/less/frame.less @@ -132,6 +132,7 @@ { position : absolute; cursor : pointer; + font-size : 14px; } .f-not-allowed @@ -142,13 +143,13 @@ .f-close { right : 5px; - top : 1px; + top : 3px; } .f-pin { left : 6px; - top : 1px; + top : 3px; } .f-resize @@ -166,4 +167,4 @@ border : 0px; } } -} \ No newline at end of file +} 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)
-
commits-noreply@bitbucket.org