Skip to content
Snippets Groups Projects
Commit fd587696 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

CSS path simplification

parent 4601332a
No related branches found
No related tags found
No related merge requests found
......@@ -310,10 +310,10 @@ td.label {
.wizard > .content {
border: 2px solid #d90d12;
}
.accounts .account table caption {
div.account table caption {
background-color: #41494c;
}
.accounts .account table tbody {
div.account table tbody {
border: 1px solid #41494c;
}
......
......@@ -157,30 +157,30 @@ main form {
}
/* Accounts profile */
.accounts {
div.accounts {
margin-bottom:1.5rem;
}
.accounts .account {
div.account {
margin-top: 1rem;
box-shadow: 0 3px 5px #333;
padding:0.5rem;
}
.accounts .account table {
div.account table {
table-layout: fixed;
word-wrap: break-word;
margin-bottom: 0;
}
.accounts .account table caption {
div.account table caption {
background-color: #f1893b;
color: #FFFFFF;
border-radius: 3px 3px 0 0;
text-align: center;
font-weight: bold;
}
.accounts .account table tbody {
div.account table tbody {
border:1px solid #f1893b;
}
.accounts .account .comment {
div.account .comment {
/*display: flex;*/
margin: 0;
padding: 0;
......@@ -190,7 +190,7 @@ main form {
line-height: 1.3;
text-align: left;
}
.show_account_details {
div.account button {
margin-bottom: 0;
padding: 0.5rem 1rem;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment