1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-03 16:51:54 +02:00

Integrate ZeroClipboard to easily copy code snippets

This commit is contained in:
soundarapandian
2014-01-08 17:32:35 +05:30
committed by XhmikosR
parent 9e1652aa50
commit 250e021ff1
5 changed files with 1091 additions and 0 deletions

View File

@@ -1466,3 +1466,36 @@ h1[id] {
-webkit-box-shadow: 0 0 8px rgba(82,168,236,.6);
box-shadow: 0 0 8px rgba(82,168,236,.6);
}
/*
* ZeroClipboard styles
*/
.zero-clipboard {
position: relative;
}
.btn-clipboard {
position: absolute;
right: 0;
z-index: 10;
padding: 5px 10px;
cursor: pointer;
border-color: #e1e1e8;
border-bottom: 1px solid transparent;
border-left: 1px solid transparent;
border-radius: 0 4px 0 0;
}
.btn-clipboard-hover {
background-color: #e1e1e8;
}
@media (max-width: 768px) {
.btn-clipboard.with-example {
top: 10px;
border: 1px solid #e1e1e8;
border-radius: 0;
}
}