Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
7b31f4a3
Commit
7b31f4a3
authored
13 years ago
by
Pete Hopkins
Browse files
Options
Download
Email Patches
Plain Diff
Brings back uneditable input
parent
70d95b1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/templates/pages/base-css.mustache
+7
-1
docs/templates/pages/base-css.mustache
with
7 additions
and
1 deletion
+7
-1
docs/templates/pages/base-css.mustache
+
7
-
1
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
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets