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
7b303f16
Commit
7b303f16
authored
Apr 29, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: add custom legend inside form
parent
e1d467dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
css/themes.css
css/themes.css
+11
-4
No files found.
css/themes.css
View file @
7b303f16
...
...
@@ -884,18 +884,23 @@ html .ui-header .ui-subheader {
.ui-fieldcontain
div
.ui-controlgroup
,
.ui-fieldcontain
div
.ui-input-text
,
.ui-fieldcontain
div
.ui-input-search
,
.ui-fieldcontain
div
.ui-select
{
.ui-fieldcontain
div
.ui-select
,
.ui-fieldcontain
legend
,
.ui-fieldcontain
ul
.ui-listview
{
display
:
inline-block
;
vertical-align
:
middle
;
}
.ui-fieldcontain
div
.ui-controlgroup-label
,
.ui-fieldcontain
div
.ui-controlgroup
{
.ui-fieldcontain
div
.ui-controlgroup
,
.ui-fieldcontain
legend
{
vertical-align
:
top
;
padding-top
:
.5em
;
padding-bottom
:
.5em
;
}
.ui-fieldcontain
label
:not
(
.ui-btn
),
.ui-fieldcontain
div
.ui-controlgroup-label
{
.ui-fieldcontain
div
.ui-controlgroup-label
,
/* NOTE: this is for custom made legends used with listview inside forms! */
.ui-fieldcontain
>
legend
{
/* width: 46% *//*40% not working either*/
max-width
:
30%
;
min-width
:
30%
;
...
...
@@ -907,7 +912,8 @@ html .ui-header .ui-subheader {
.ui-fieldcontain
div
.ui-select
{
width
:
46%
;
}
.ui-fieldcontain
div
.ui-controlgroup
{
.ui-fieldcontain
div
.ui-controlgroup
,
.ui-fieldcontain
ul
.ui-listview
{
width
:
57%
;
}
.ui-fieldcontain
div
.ui-select
.ui-btn
{
...
...
@@ -951,6 +957,7 @@ html div.ui-page div.ui-content .ui-content-element {
margin
:
1em
auto
;
text-align
:
center
;
}
/* TODO: remove this!!! */
html
div
.ui-page
div
.ui-content
.ui-content-element
>
.ui-btn
{
max-width
:
10%
;
margin
:
1em
auto
0
;
...
...
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