mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-22 08:30:26 +01:00
[ticket/15086] Replace quote.gif with Font Awesome icon
Use the Font Awesome icon for a quote rather than the quote.gif file. I believe I've handled the RTL case as well. PHPBB3-15086
This commit is contained in:
parent
9b4d455726
commit
f78ba39a1c
@ -502,10 +502,18 @@ li.breadcrumbs span:first-child > a {
|
||||
|
||||
.rtl blockquote cite {
|
||||
/* Username/source of quoter */
|
||||
margin-right: 20px;
|
||||
margin-right: 0px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
blockquote cite:before {
|
||||
/* Font Awesome quote-right */
|
||||
content: '\f10e';
|
||||
font-family: FontAwesome;
|
||||
padding-right: 0px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.rtl blockquote .codebox {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
@ -409,14 +409,9 @@ dl.faq dt {
|
||||
/* Quote block */
|
||||
blockquote {
|
||||
background-color: #EBEADD;
|
||||
background-image: url("./images/quote.gif");
|
||||
border-color:#DBDBCE;
|
||||
}
|
||||
|
||||
.rtl blockquote {
|
||||
background-image: url("./images/quote_rtl.gif");
|
||||
}
|
||||
|
||||
blockquote blockquote {
|
||||
/* Nested quotes */
|
||||
background-color:#EFEED9;
|
||||
|
@ -466,11 +466,18 @@ blockquote cite {
|
||||
/* Username/source of quoter */
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
margin-left: 20px;
|
||||
margin-left: 0px;
|
||||
display: block;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
blockquote cite:before {
|
||||
/* Font Awesome quote-left */
|
||||
content: '\f10d';
|
||||
font-family: FontAwesome;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
blockquote cite cite {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user