mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-29 16:39:54 +03:00
Format code
This commit is contained in:
parent
6d849a9e95
commit
292336c1b6
1 changed files with 207 additions and 210 deletions
|
@ -348,7 +348,7 @@ select {
|
|||
min-width: 100px;
|
||||
}
|
||||
|
||||
.tag-history-element i{
|
||||
.tag-history-element i {
|
||||
font-size: 20px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
@ -361,9 +361,8 @@ select {
|
|||
content: 'build';
|
||||
}
|
||||
|
||||
|
||||
.tag-history-element .config .value:after,
|
||||
.tag-history-element .container_config .value:after{
|
||||
.tag-history-element .container_config .value:after {
|
||||
content: 'WIP for display of config value';
|
||||
font-style: italic;
|
||||
font-size: 12px;
|
||||
|
@ -387,7 +386,7 @@ select {
|
|||
|
||||
.tag-history-element .os i:after {
|
||||
content: 'developer_board';
|
||||
}
|
||||
}
|
||||
|
||||
.tag-history-element .container i:after {
|
||||
content: 'dns';
|
||||
|
@ -404,8 +403,7 @@ select {
|
|||
background-position: 7px 10px;
|
||||
}
|
||||
|
||||
|
||||
.tag-history-element > div{
|
||||
.tag-history-element > div {
|
||||
display: block;
|
||||
width: 420px;
|
||||
float: left;
|
||||
|
@ -415,8 +413,7 @@ select {
|
|||
padding-left: 10px;
|
||||
}
|
||||
|
||||
|
||||
.tag-history-element .headline p{
|
||||
.tag-history-element .headline p {
|
||||
font-weight: bold;
|
||||
line-height: 20px;
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue