Structure en place, paré pour le PHP

This commit is contained in:
Michel Roux 2013-10-02 10:47:34 +02:00
parent 8bee82ae46
commit c92eab6a08
3 changed files with 46 additions and 7 deletions

View File

@ -18,3 +18,12 @@
pre { pre {
border-top-left-radius: 0; border-top-left-radius: 0;
} }
.container {
margin-top: 20px;
}
.nav {
padding-top: 8px;
margin-top: 10px;
}

View File

@ -6,18 +6,42 @@
<link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-responsive.min.css"> <link rel="stylesheet" href="css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="css/styles.css"> <link rel="stylesheet" href="css/styles.css">
<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<title>Git Center</title> <title>Git Center</title>
</head> </head>
<body> <body data-spy="scroll">
<div class="container"> <div class="container">
<h3>Magento <span class="label label-success">OK</span></h3> <div class="row">
<div class="btn-group"> <div class="span3">
<button class="btn"><i class="icon-refresh"></i> Status</button> <ul class="nav nav-list well">
<button class="btn"><i class="icon-arrow-up"></i> Push</button> <li class="nav-header">France</li>
<button class="btn"><i class="icon-arrow-down"></i> Pull</button> <li><a href="#magento-prod">Magento Prod</a></li>
<li><a href="#magento-preprod">Magento Preprod</a></li>
</ul>
</div> </div>
<pre><b>coiucou</b></pre> <div class="span9">
<section id="magento-prod">
<h3>Magento Prod <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>
</section>
<section id="magento-preprod">
<h3>Magento Preprod <span class="label label-important">En attente</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>
</section>
</div>
</div>
</div> </div>
</body> </body>

6
js/jquery-1.10.2.min.js vendored Normal file

File diff suppressed because one or more lines are too long