Skip to content

Commit cafef4e

Browse files
committed
make examples more UI consistent
1 parent 407fce8 commit cafef4e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/RestFiles/RestFiles/css/default.css

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,21 +109,23 @@ BODY
109109
top: 40px;
110110
left: 755px;
111111
}
112-
#header-links
113-
{
114-
margin: 10px 0 0 270px;
112+
#header-links {
113+
top: 10px;
114+
left: 270px;
115+
position: absolute;
115116
}
116117
#header-links A
117118
{
118119
font-size: 13px;
119120
color: #00F;
120-
padding: 0 0 0 5px;
121+
margin-left: 0.5em;
121122
}
123+
122124
#title
123125
{
124126
background: url(../img/logo-24x24.png) no-repeat 0 10px;
125127
padding: 10px 10px 5px 28px;
126-
margin: 10px 0 0 10px;
128+
margin: 30px 0 0 10px;
127129
}
128130
#title H1
129131
{

0 commit comments

Comments
 (0)