Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
59a8c1f8
Commit
59a8c1f8
authored
Sep 13, 2018
by
Elias Villiger
Browse files
Feature #3129 - suggestion for subrecord title design
parent
989ff133
Pipeline
#881
passed with stage
in 1 minute and 39 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/Constants.php
View file @
59a8c1f8
...
...
@@ -793,7 +793,7 @@ const SUBRECORD_COLUMN_ROW_CLASS = '_rowClass';
const
SUBRECORD_COLUMN_ROW_TITLE
=
'_rowTitle'
;
const
SUBRECORD_COLUMN_ROW_TOOLTIP
=
'_rowTooltip'
;
const
SUBRECORD_TABLE_CLASS_DEFAULT
=
'table table-hover qfq-table-100'
;
const
SUBRECORD_TABLE_CLASS_DEFAULT
=
'table table-hover qfq-table-100
qfq-subrecord-table
'
;
const
GLYPH_ICON
=
'glyphicon'
;
const
GLYPH_ICON_EDIT
=
'glyphicon-pencil'
;
...
...
less/qfq-bs.css.less
View file @
59a8c1f8
...
...
@@ -147,12 +147,10 @@ select.qfq-locked:invalid {
}
.qfq-subrecord-table {
margin-left: 10px;
margin-right: 10px;
width: calc(~"100% - 20px");
margin-top: 0;
}
.qfq-form-title
, .qfq-subrecord-title
{
.qfq-form-title {
border: 1px solid #ccc;
border-radius: 4px 4px 0 0;
background-image: linear-gradient(to bottom, #fefefe 0, #dedede 100%);
...
...
@@ -163,40 +161,6 @@ select.qfq-locked:invalid {
font-weight: bold;
}
.qfq-subrecord-title {
color: #333;
padding: 10px 12px;
}
.qfq-subrecord-table .btn {
padding: 5px 10px;
}
.qfq-subrecord-head {
background-color: #dedede;
border: 1px solid #ccc;
border-top: none;
}
.qfq-subrecord-head th, .qfq-subrecord-table td {
padding: 3px !important;
vertical-align: middle !important;
border-bottom: 1px solid #ccc !important;
}
.qfq-subrecord-table tbody {
border: 1px solid #ccc;
border-radius: 0 0 3px 3px;
}
.qfq-subrecord-table>tbody>tr {
background-color: #ededed;
}
.qfq-subrecord-table>tbody>tr:hover {
background-color: #efefef;
}
.qfq-table-button-width {
width: 44px;
}
...
...
Write
Preview
Supports
Markdown
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