mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Fix latest merge
This commit is contained in:
@@ -270,6 +270,30 @@ ul {
|
||||
padding: 9px 5px;
|
||||
}
|
||||
|
||||
/** blockquote style */
|
||||
|
||||
blockquote {
|
||||
page-break-inside: avoid;
|
||||
background: #f9f9f9;
|
||||
border-left: 10px solid #ccc;
|
||||
margin: 1.5em 10px;
|
||||
padding: 0.5em 10px;
|
||||
quotes: "\201C""\201D""\2018""\2019";
|
||||
color: #333;
|
||||
}
|
||||
|
||||
blockquote:before {
|
||||
color: #ccc;
|
||||
content: open-quote;
|
||||
font-size: 4em;
|
||||
line-height: 0.1em;
|
||||
margin-right: 0.25em;
|
||||
vertical-align: -0.4em;
|
||||
}
|
||||
|
||||
blockquote p {
|
||||
display: inline;
|
||||
}
|
||||
/** app css */
|
||||
|
||||
.help-block-error {
|
||||
|
@@ -296,3 +296,10 @@ div.switch_right.unchecked {
|
||||
#tab_demandes .table .btn-group {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#admin_setup_registry .control-label {
|
||||
min-width: 260px;
|
||||
}
|
||||
#admin_setup_registry .form-horizontal .controls, #admin_setup_registry .form-horizontal .help-message {
|
||||
margin-left: 300px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user