Skip to content

Commit

Permalink
Merge pull request #33 from keitaroinc/enhance-style
Browse files Browse the repository at this point in the history
Enhance style
  • Loading branch information
blagojabozinovski authored Mar 7, 2024
2 parents c87b14d + b92a454 commit 93f3255
Show file tree
Hide file tree
Showing 5 changed files with 18,900 additions and 17 deletions.
9 changes: 8 additions & 1 deletion ckanext/iaea/assets/css/iaea.css
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@ a.bg-danger:focus {
}
ul,
ol {
margin-top: 0;
margin-top: 0px;
margin-bottom: 10px;
}
ul ul,
Expand Down Expand Up @@ -2608,6 +2608,9 @@ label {
margin-bottom: 5px;
font-weight: 700;
}
input::placeholder {
padding: 10px;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
Expand Down Expand Up @@ -2646,6 +2649,10 @@ input[type="checkbox"]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
input::-webkit-input-placeholder {
/* WebKit browsers */
color: red;
}
output {
display: block;
padding-top: 7px;
Expand Down
Loading

0 comments on commit 93f3255

Please sign in to comment.