Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
8db8e342
Commit
8db8e342
authored
Nov 02, 2014
by
pupi1985
Committed by
Scott
Dec 05, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The profile CSS classes now apply styles to current and future subsections
parent
099369df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
25 deletions
+17
-25
qa-styles-rtl.css
qa-theme/SnowFlat/qa-styles-rtl.css
+5
-6
qa-styles.css
qa-theme/SnowFlat/qa-styles.css
+12
-19
No files found.
qa-theme/SnowFlat/qa-styles-rtl.css
View file @
8db8e342
...
...
@@ -304,15 +304,14 @@ h1 {
}
@media
(
min-width
:
980px
)
{
.qa-part-form-profile
{
float
:
right
;
.qa-template-user
[
class
^=
"qa-part-form-"
],
.qa-template-user
.qa-part-message-list
{
float
:
left
;
clear
:
left
;
}
}
@media
(
min-width
:
980px
)
{
.qa-template-user
.qa-part-form-activity
,
.qa-template-user
.qa-part-message-list
{
float
:
left
;
clear
:
left
;
.qa-template-user
.qa-part-form-profile
{
float
:
right
;
}
}
...
...
qa-theme/SnowFlat/qa-styles.css
View file @
8db8e342
...
...
@@ -1732,12 +1732,6 @@ h1 a:hover, h1 a:focus, h1 a:visited {
background-color
:
#f5f7f7
;
}
[
class
^=
"qa-part-form-plugin-"
]
{
padding
:
20px
;
margin-bottom
:
5px
;
background
:
#fff
;
}
.qa-part-form-plugin-options
{
margin-top
:
-5px
!important
;
padding-top
:
0
;
...
...
@@ -1856,12 +1850,12 @@ input[type="submit"], button {
text-align
:
center
;
}
.qa-part-form
,
.qa-part-form-2
{
.qa-part-form
,
[
class
^=
"qa-part-form-"
]
{
padding
:
20px
;
margin-bottom
:
5px
;
background
:
#fff
;
}
.qa-part-form
>
h2
:first-child
,
.qa-part-form-2
>
h2
:first-child
{
.qa-part-form
>
h2
:first-child
,
[
class
^=
"qa-part-form-"
]
>
h2
:first-child
{
margin-top
:
0
;
}
...
...
@@ -2077,15 +2071,14 @@ input[type="submit"], button {
}
/*------[ users ]------*/
.qa-part-form-profile
,
.qa-part-form-activity
,
.qa-part-message-list
,
.qa-part-form-password
{
.qa-template-user
.qa-main
{
width
:
100%
;
}
.qa-part-message-list
{
padding
:
20px
;
margin-bottom
:
5px
;
background
:
#fff
;
}
.qa-template-user
.qa-main
{
width
:
100%
;
}
.qa-template-user
.qa-form-wide-buttons
,
.qa-template-user
.qa-form-tall-buttons
{
border-bottom
:
none
;
...
...
@@ -2167,19 +2160,19 @@ input[type="submit"], button {
}
@media
(
min-width
:
980px
)
{
.qa-template-user
.qa-part-form-profile
,
.qa-template-user
.qa-part-form-activity
,
.qa-template-user
.qa-part-message-list
{
.qa-template-user
[
class
^=
"qa-part-form-"
]
,
.qa-template-user
.qa-part-message-list
{
width
:
49.8%
;
}
}
@media
(
min-width
:
980px
)
{
.qa-template-user
.qa-part-form-profile
{
float
:
left
;
.qa-template-user
[
class
^=
"qa-part-form-"
],
.qa-template-user
.qa-part-message-list
{
float
:
right
;
clear
:
right
;
}
}
@media
(
min-width
:
980px
)
{
.qa-template-user
.qa-part-form-activity
,
.qa-template-user
.qa-part-message-list
{
float
:
right
;
clear
:
right
;
.qa-template-user
.qa-part-form-profile
{
float
:
left
;
}
}
.qa-part-form-activity
h2
,
.qa-part-message-list
h2
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment