Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Administrator
bootstrap
Commits
7b31f4a3
Commit
7b31f4a3
authored
Jan 27, 2012
by
Pete Hopkins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Brings back uneditable input
parent
70d95b1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
docs/templates/pages/base-css.mustache
docs/templates/pages/base-css.mustache
+7
-1
No files found.
docs/templates/pages/base-css.mustache
View file @
7b31f4a3
...
@@ -969,6 +969,12 @@
...
@@ -969,6 +969,12 @@
<input
class=
"input-xlarge focused"
id=
"focusedInput"
type=
"text"
value=
"
{{
_i
}}
This is focused…
{{/
i
}}
"
>
<input
class=
"input-xlarge focused"
id=
"focusedInput"
type=
"text"
value=
"
{{
_i
}}
This is focused…
{{/
i
}}
"
>
</div>
</div>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
Uneditable input
</label>
<div
class=
"controls"
>
<span
class=
"input-xlarge uneditable-input"
>
Some value here
</span>
</div>
</div>
<div
class=
"control-group"
>
<div
class=
"control-group"
>
<label
class=
"control-label"
for=
"disabledInput"
>
{{
_i
}}
Disabled input
{{/
i
}}
</label>
<label
class=
"control-label"
for=
"disabledInput"
>
{{
_i
}}
Disabled input
{{/
i
}}
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
...
@@ -1424,4 +1430,4 @@
...
@@ -1424,4 +1430,4 @@
</div>
<!-- /well -->
</div>
<!-- /well -->
</div>
</div>
</div>
</div>
</section>
</section>
\ No newline at end of file
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