Skip to content

Commit

Permalink
Improve CSS in dialog computer
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Laské committed May 19, 2024
1 parent d34266d commit 490affd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1629,6 +1629,7 @@ body {
border-width: 2px;
margin-left: 20px;
margin-top: 20px;
user-select: none;
}

.computer-sugarizer {
Expand All @@ -1637,6 +1638,7 @@ body {
width: 200px;
margin-top: 20px;
display: inline-block;
user-select: none;
}

.computer-clienttype {
Expand All @@ -1645,6 +1647,7 @@ body {
width: 200px;
margin-top: 10px;
display: inline-block;
user-select: none;
}

.computer-browser {
Expand All @@ -1653,6 +1656,7 @@ body {
width: 200px;
margin-top: 10px;
display: inline-block;
user-select: none;
}

.computer-browserversion {
Expand All @@ -1661,6 +1665,7 @@ body {
width: 200px;
margin-top: 10px;
display: inline-block;
user-select: none;
}

.computer-useragent {
Expand All @@ -1669,6 +1674,7 @@ body {
width: 200px;
margin-top: 10px;
display: inline-block;
user-select: none;
}

.computer-storage {
Expand All @@ -1677,6 +1683,7 @@ body {
width: 200px;
margin-top: 10px;
display: inline-block;
user-select: none;
}

.computer-reinitcheck {
Expand All @@ -1689,6 +1696,7 @@ body {
margin-left: 10px;
margin-top: 30px;
display: inline-block;
user-select: none;
}

.computer-copyright {
Expand All @@ -1697,21 +1705,25 @@ body {
border-width: 2px;
margin-left: 20px;
margin-top: 30px;
user-select: none;
}

.computer-contributor {
margin-left: 30px;
margin-top: 20px;
display: inline-block;
user-select: none;
}

.computer-contributor-link {
display: inline-block;
text-decoration: underline;
cursor: pointer;
}

.computer-licence {
margin-left: 30px;
user-select: none;
}

.computer-value {
Expand Down

0 comments on commit 490affd

Please sign in to comment.