Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ecommerce-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
ecommerce-ui
Commits
e443883d
Commit
e443883d
authored
Apr 08, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: fixed panel close css inside header inside panel
parent
3f4a4c82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
9 deletions
+16
-9
css/themes.css
css/themes.css
+16
-9
No files found.
css/themes.css
View file @
e443883d
...
...
@@ -1209,28 +1209,34 @@ html body .ui-panel {
}
/* header inside panels */
html
.ui-panel
.ui-header
{
border-top-width
:
0
;
border-left-width
:
0
;
border-right-width
:
0
;
border-width
:
0px
;
padding-bottom
:
2px
;
}
html
.ui-panel
.ui-header
>
*
{
font-weight
:
normal
;
}
/* panel closer */
html
.ui-panel-inner
.ui-btn.panel-close
{
html
.ui-panel-inner
.ui-btn.
ui-
panel-close
{
background-color
:
transparent
;
background-image
:
none
;
margin
:
0
;
padding
:
0
1em
;
right
:
0
;
}
html
.ui-panel-inner
.ui-btn.panel-close
:hover
{
/* panel collapsible content */
html
body
.ui-panel
.ui-collapsible-content
{
padding
:
0
;
}
html
body
.ui-panel
.ui-collapsible
.ui-collapsible-content
>
.ui-input-search
{
margin
:
auto
;
border-radius
:
0
;
}
html
.ui-panel-inner
.ui-btn.ui-panel-close
:hover
{
border-color
:
transparent
;
}
html
.ui-panel-inner
.ui-btn.panel-close
:after
{
html
.ui-panel-inner
.ui-btn.
ui-
panel-close
:after
{
font-size
:
1.25em
;
}
html
.ui-btn.panel-close
{
html
.ui-btn.
ui-
panel-close
{
position
:
absolute
!important
;
top
:
-9999px
;
left
:
-9999px
;
...
...
@@ -1238,12 +1244,13 @@ html .ui-btn.panel-close {
display
:
none
;
}
@media
(
max-width
:
30em
)
{
html
.ui-btn.panel-close
{
html
.ui-btn.
ui-
panel-close
{
right
:
0
;
top
:
0
;
left
:
auto
;
clip
:
auto
;
display
:
block
;
padding
:
0
.54em
;
}
}
/* panel search input overriding width */
...
...
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