commit/galaxy-central: martenson: fix to css propagating library TR styles to the whole app
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/8915d81958a3/ Changeset: 8915d81958a3 User: martenson Date: 2014-10-24 17:48:51+00:00 Summary: fix to css propagating library TR styles to the whole app Affected #: 3 files diff -r 49996549bac445dcda93df7f1ca5010b0dddcc84 -r 8915d81958a3778fe538dd8cedd69dd209948189 static/style/blue/base.css --- a/static/style/blue/base.css +++ b/static/style/blue/base.css @@ -1322,7 +1322,6 @@ .ui-select select{position:absolute;top:0px;height:100%;width:100%;padding-left:5px;cursor:pointer;background:transparent;border:0;border-radius:0;-webkit-appearance:none} .ui-select-multiple{height:100% !important;width:100% !important} .libraryRow{background-color:#ebd9b2} -tr{height:32px} .datasetHighlighted{background-color:#f9f9f9} .libraryItemDeleted-True{font-style:italic} div.libraryItemBody{padding:4px 4px 2px 4px} @@ -1334,7 +1333,7 @@ .library_table td{border-top:1px solid #5f6990 !important} .library_table th{border-bottom:2px solid #5f6990 !important} .library_table a{color:#0A143D}.library_table a:hover{color:maroon} -.library_style_container{width:95%;margin:auto;margin-top:2em;overflow:auto !important} +.library_style_container{width:95%;margin:auto;margin-top:2em;overflow:auto !important}.library_style_container tr{height:32px} tr.light td{background-color:white;color:black} tr.light:hover td{background-color:#f5e8cc} tr.dark td{background-color:#d6b161;color:white} diff -r 49996549bac445dcda93df7f1ca5010b0dddcc84 -r 8915d81958a3778fe538dd8cedd69dd209948189 static/style/blue/library.css --- a/static/style/blue/library.css +++ b/static/style/blue/library.css @@ -1,7 +1,6 @@ a{text-decoration:underline} label{font-weight:normal} .libraryRow{background-color:#ebd9b2} -tr{height:32px} .datasetHighlighted{background-color:#f9f9f9} .libraryItemDeleted-True{font-style:italic} div.libraryItemBody{padding:4px 4px 2px 4px} @@ -13,7 +12,7 @@ .library_table td{border-top:1px solid #5f6990 !important} .library_table th{border-bottom:2px solid #5f6990 !important} .library_table a{color:#0A143D}.library_table a:hover{color:maroon} -.library_style_container{width:95%;margin:auto;margin-top:2em;overflow:auto !important} +.library_style_container{width:95%;margin:auto;margin-top:2em;overflow:auto !important}.library_style_container tr{height:32px} tr.light td{background-color:white;color:black} tr.light:hover td{background-color:#f5e8cc} tr.dark td{background-color:#d6b161;color:white} diff -r 49996549bac445dcda93df7f1ca5010b0dddcc84 -r 8915d81958a3778fe538dd8cedd69dd209948189 static/style/src/less/library.less --- a/static/style/src/less/library.less +++ b/static/style/src/less/library.less @@ -5,9 +5,6 @@ background-color: @table-heading-bg; } -tr{ - height: 32px; -} .datasetHighlighted { background-color: @table-bg-accent; } @@ -58,11 +55,14 @@ } } } -.library_style_container{ +.library_style_container { width: 95%; margin: auto; margin-top:2em; overflow: auto !important; + tr { + height: 32px; + } } tr.light td 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