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

cosmetics

parent eefaf82e
No related branches found
No related tags found
No related merge requests found
...@@ -172,6 +172,10 @@ div.account h3 { ...@@ -172,6 +172,10 @@ div.account h3 {
text-align: center; text-align: center;
font-weight: bold; font-weight: bold;
} }
div.account p {
height: 5em;
overflow-y: auto;
}
div.account table { div.account table {
table-layout: fixed; table-layout: fixed;
word-wrap: break-word; word-wrap: break-word;
...@@ -180,9 +184,8 @@ div.account table { ...@@ -180,9 +184,8 @@ div.account table {
div.account table tbody { div.account table tbody {
border:1px solid #f1893b; border:1px solid #f1893b;
} }
div.account .description { div.account button {
height: 4em; margin: 0.5rem;
overflow-y: auto;
} }
.scrollable { .scrollable {
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<div class="account small-12 medium-6 large-4 columns"> <div class="account small-12 medium-6 large-4 columns">
<h3>[% c.loc("Account profile: [_1]", account.profile()) %]</h3> <h3>[% c.loc("Account profile: [_1]", account.profile()) %]</h3>
<div class="description">[% description.${l10n.language_tag()} %].</div> <p>[% description.${l10n.language_tag()} %].</p>
<table> <table>
<tr> <tr>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<div class="account small-12 medium-6 large-4 columns"> <div class="account small-12 medium-6 large-4 columns">
<h3>[% c.loc("Account profile: [_1]", account.profile()) %]</h3> <h3>[% c.loc("Account profile: [_1]", account.profile()) %]</h3>
<div class="description">[% description.${l10n.language_tag()} %].</div> <p>[% description.${l10n.language_tag()} %].</p>
<table> <table>
<tr> <tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment