En gros le design OK
This commit is contained in:
parent
10e8a7b14f
commit
8bee82ae46
20
css/styles.css
Normal file
20
css/styles.css
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
.btn-group > .btn:first-child {
|
||||||
|
border-bottom-left-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-group > .btn:last-child {
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-group > .btn {
|
||||||
|
border-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.label {
|
||||||
|
position: relative;
|
||||||
|
bottom: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
}
|
24
index.html
Normal file
24
index.html
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="css/bootstrap.min.css">
|
||||||
|
<link rel="stylesheet" href="css/bootstrap-responsive.min.css">
|
||||||
|
<link rel="stylesheet" href="css/styles.css">
|
||||||
|
<title>Git Center</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<h3>Magento <span class="label label-success">OK</span></h3>
|
||||||
|
<div class="btn-group">
|
||||||
|
<button class="btn"><i class="icon-refresh"></i> Status</button>
|
||||||
|
<button class="btn"><i class="icon-arrow-up"></i> Push</button>
|
||||||
|
<button class="btn"><i class="icon-arrow-down"></i> Pull</button>
|
||||||
|
</div>
|
||||||
|
<pre><b>coiucou</b></pre>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user