Skip to content

Commit ee277c4

Browse files
committed
endringer i css
1 parent c5aba3d commit ee277c4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Kruskal/css/style.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ h1#headerText {
1717
}
1818

1919
div#graphUI.kruskal {
20-
width: 50%;
20+
width: 70%;
2121
border: solid 3px #b6b6b6;
2222
border-radius: 10px;
23-
margin-right: 100px;
23+
margin-right: 25px;
2424
}
2525

2626
div#queueUI {
@@ -33,7 +33,7 @@ div#queueUI {
3333
div#edgeTitle {
3434
text-align: center;
3535
margin-top: -30px;
36-
margin-left: 320px;
36+
margin-left: 60%;
3737
}
3838

3939
div#edgeTable {
@@ -56,12 +56,13 @@ div#edgeTable {
5656
}
5757

5858
.totalWeight-container {
59+
text-align: center;
5960
width: 250px;
60-
position: relative;
61+
position: center;
6162
height: 25px;
6263
padding-left: 5px;
63-
padding-bottom: 20px;
64-
margin-top: 3px;
64+
padding-bottom: 25px;
65+
margin-top: 5px;
6566
border: solid 3px #b6b6b6;
6667
border-radius: 10px;
6768
}

0 commit comments

Comments
 (0)