mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-05-01 17: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;
|
min-width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-history-element i{
|
.tag-history-element i {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
@ -361,9 +361,8 @@ select {
|
||||||
content: 'build';
|
content: 'build';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.tag-history-element .config .value:after,
|
.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';
|
content: 'WIP for display of config value';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -387,7 +386,7 @@ select {
|
||||||
|
|
||||||
.tag-history-element .os i:after {
|
.tag-history-element .os i:after {
|
||||||
content: 'developer_board';
|
content: 'developer_board';
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-history-element .container i:after {
|
.tag-history-element .container i:after {
|
||||||
content: 'dns';
|
content: 'dns';
|
||||||
|
@ -404,8 +403,7 @@ select {
|
||||||
background-position: 7px 10px;
|
background-position: 7px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tag-history-element > div {
|
||||||
.tag-history-element > div{
|
|
||||||
display: block;
|
display: block;
|
||||||
width: 420px;
|
width: 420px;
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -415,8 +413,7 @@ select {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tag-history-element .headline p {
|
||||||
.tag-history-element .headline p{
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue