Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qfq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
typo3
qfq
Commits
781a8e83
Commit
781a8e83
authored
8 years ago
by
Carsten Rose
Browse files
Options
Downloads
Patches
Plain Diff
qfq-bs.css.less: Styling of 'characterCountWrap'
parent
e11a9b85
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
extension/qfq/qfq/Constants.php
+5
-0
5 additions, 0 deletions
extension/qfq/qfq/Constants.php
less/qfq-bs.css.less
+7
-0
7 additions, 0 deletions
less/qfq-bs.css.less
with
12 additions
and
0 deletions
extension/qfq/qfq/Constants.php
+
5
−
0
View file @
781a8e83
...
...
@@ -466,6 +466,9 @@ const DATA_TYPEAHEAD_SIP = 'data-typeahead-sip'; // Used for typeAhead
const
DATA_TYPEAHEAD_LIMIT
=
'data-typeahead-limit'
;
const
DATA_TYPEAHEAD_MINLENGTH
=
'data-typeahead-minlength'
;
const
CLASS_CHARACTER_COUNT
=
'qfq-character-count'
;
const
DATA_CHARACTER_COUNT_ID
=
'data-character-count-id'
;
// BuildForm
const
SYMBOL_NEW
=
'new'
;
const
SYMBOL_EDIT
=
'edit'
;
...
...
@@ -613,6 +616,7 @@ const FE_TYPEAHEAD_LDAP_BASE_DN = 'typeAheadLdapBaseDn';
const
FE_TYPEAHEAD_LDAP_SEARCH
=
'typeAheadLdapSearch'
;
const
FE_TYPEAHEAD_LDAP_VALUE_PRINTF
=
'typeAheadLdapValuePrintf'
;
const
FE_TYPEAHEAD_LDAP_KEY_PRINTF
=
'typeAheadLdapKeyPrintf'
;
const
FE_CHARACTER_COUNT_WRAP
=
'characterCountWrap'
;
const
RETYPE_FE_NAME_EXTENSION
=
'RETYPE'
;
const
FE_HTML_ID
=
'htmlId'
;
// Will be dynamically computed during runtime.
...
...
@@ -647,6 +651,7 @@ const HTML_ID_EXTENSION_INPUT = '-i';
const
HTML_ID_EXTENSION_NOTE
=
'-n'
;
const
HTML_ID_EXTENSION_TOOLTIP
=
'-t'
;
const
HTML_ID_EXTENSION_ROW
=
'-r'
;
const
HTML_ID_EXTENSION_CHARACTER_COUNT
=
'-cc'
;
const
QUERY_TYPE_SELECT
=
'type: select,show,describe,explain'
;
const
QUERY_TYPE_INSERT
=
'type: insert'
;
...
...
This diff is collapsed.
Click to expand it.
less/qfq-bs.css.less
+
7
−
0
View file @
781a8e83
...
...
@@ -134,6 +134,13 @@ i.@{spinner_class} {
display: block !important;
}
.qfq-cc-style {
font-size: 0.8em;
text-color: #ededed;
padding-left: 14px;
padding-top: 2px;
}
// TypeAhead Suggestions
.tt-menu {
background-color: #fff;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment