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
68f421ea
Commit
68f421ea
authored
Jun 28, 2011
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more modal tweaks i think
parent
bb665f15
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
bootstrap.css
bootstrap.css
+1
-1
lib/patterns.less
lib/patterns.less
+1
-0
No files found.
bootstrap.css
View file @
68f421ea
...
@@ -194,4 +194,4 @@ div.pagination ul li.disabled a,div.pagination ul li.disabled a:hover{background
...
@@ -194,4 +194,4 @@ div.pagination ul li.disabled a,div.pagination ul li.disabled a:hover{background
div
.pagination
ul
li
.next
a
,
div
.pagination
ul
li
:last-child
a
{
border
:
0
;}
div
.pagination
ul
li
.next
a
,
div
.pagination
ul
li
:last-child
a
{
border
:
0
;}
div
.well
{
background
:
#f5f5f5
;
margin-bottom
:
20px
;
padding
:
19px
;
min-height
:
20px
;
border
:
1px
solid
#ddd
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);}
div
.well
{
background
:
#f5f5f5
;
margin-bottom
:
20px
;
padding
:
19px
;
min-height
:
20px
;
border
:
1px
solid
#ddd
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);}
div
.modal-backdrop
{
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);
position
:
fixed
;
top
:
0
;
left
:
0
;
right
:
0
;
bottom
:
0
;
z-index
:
1000
;}
div
.modal-backdrop
{
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);
position
:
fixed
;
top
:
0
;
left
:
0
;
right
:
0
;
bottom
:
0
;
z-index
:
1000
;}
div
.modal
{
position
:
fixed
;
top
:
50%
;
left
:
50%
;
z-index
:
2000
;
width
:
620px
;
height
:
500px
;
margin
:
-310px
0
0
-250px
;
background-color
:
#ffffff
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;}
div
.modal
{
position
:
fixed
;
top
:
50%
;
left
:
50%
;
z-index
:
2000
;
width
:
620px
;
height
:
500px
;
margin
:
-310px
0
0
-250px
;
background-color
:
#ffffff
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.3
);
}
lib/patterns.less
View file @
68f421ea
...
@@ -492,4 +492,5 @@ div.modal {
...
@@ -492,4 +492,5 @@ div.modal {
margin: -310px 0 0 -250px;
margin: -310px 0 0 -250px;
background-color: @white;
background-color: @white;
.border-radius(6px);
.border-radius(6px);
border: 1px solid rgba(0,0,0,.3);
}
}
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