Skip to content

Commit

Permalink
use border radius and not silly images for rounded corners in grid co…
Browse files Browse the repository at this point in the history
…nsole page... you're welcome XgizmoX-
  • Loading branch information
lukeis committed Jul 25, 2016
1 parent d1477ce commit 9e0dd5d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions java/server/src/org/openqa/grid/images/console-beta.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,15 @@ li {
}

#header {
background: url("/grid/resources/org/openqa/grid/images/header_bl.png") repeat-x
scroll left bottom #455372;
background-color: #455372;
border-radius: 10px;
height: 3em;
min-height: 39px;
padding: 15px 0;
position: relative;
}

#header div {
background: url("/grid/resources/org/openqa/grid/images/header_br.gif") no-repeat
scroll right bottom transparent;
bottom: 0;
list-style: none outside none;
margin: 0;
Expand All @@ -69,8 +67,6 @@ li {
}

#header h1 {
background: url("/grid/resources/org/openqa/grid/images/header_tl.gif") no-repeat
scroll 0 0 transparent;
border: none;
font-size: 2px;
height: 8px;
Expand All @@ -82,8 +78,8 @@ li {
}

#header h1 a {
background: url("/grid/resources/org/openqa/grid/images/selenium.png")
no-repeat scroll 0 0 transparent;
background: url("/grid/resources/org/openqa/grid/images/selenium.png")
no-repeat scroll 0 0 transparent;
display: block;
height: 64px;
text-decoration: none;
Expand Down Expand Up @@ -211,9 +207,9 @@ ul a {
}

#hubConfig{
min-width:55%;}
min-width:55%;}

a#helplink {
text-decoration: none;
color: #FFF;
}
}
Binary file removed java/server/src/org/openqa/grid/images/header_bl.png
Binary file not shown.
Binary file removed java/server/src/org/openqa/grid/images/header_br.gif
Binary file not shown.
Binary file removed java/server/src/org/openqa/grid/images/header_tl.gif
Binary file not shown.

0 comments on commit 9e0dd5d

Please sign in to comment.