En gros le design OK

This commit is contained in:
Michel Roux 2013-10-01 15:56:29 +02:00
parent 10e8a7b14f
commit 8bee82ae46
3 changed files with 44 additions and 10 deletions

20
css/styles.css Normal file
View 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
View 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>

View File

@ -1,10 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
</body>
</html>