From bf6f1c1e4c04c0c517f209c16106872a14cd4b26 Mon Sep 17 00:00:00 2001 From: "barraux.a" Date: Tue, 9 Nov 2021 18:34:21 +0100 Subject: [PATCH] Merge branch 'master' of https://paulconstans.ddns.info/gitea/barraux.a/ticket_panne --- stylepage.css | 9 +++++---- ticket.sql | 19 ------------------- 2 files changed, 5 insertions(+), 23 deletions(-) diff --git a/stylepage.css b/stylepage.css index 173f00f..94f58ce 100755 --- a/stylepage.css +++ b/stylepage.css @@ -59,13 +59,13 @@ form{ padding: 10px 10px; border-radius: 30px; - width: 200px; + width: 60%; transition: 0.25s; } .champ:focus, .champ:hover{ - width: 300px; + width: 75%; border-color: #ac2a8d; background-color: #dddddd; } @@ -104,13 +104,13 @@ form{ padding: 10px 10px; border-radius: 30px; - width: 200px; + width: 60%; transition: 0.25s; } .submit:hover{ - width: 250px; + width: 70%; background-color: #82E6AC; border-color: #2ecc71; } @@ -156,6 +156,7 @@ code { nav{ width: 80%; margin-left: 10%; + margin-bottom: 5%; background-color: #84878C; /*couleur nav entière*/ border-radius: 20px; } diff --git a/ticket.sql b/ticket.sql index 8c82af6..460be26 100644 --- a/ticket.sql +++ b/ticket.sql @@ -32,14 +32,6 @@ CREATE TABLE `logins` ( `pwd` varchar(255) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; --- --- Dumping data for table `logins` --- - -INSERT INTO `logins` (`login`, `pwd`) VALUES -('prof', 'arthur'), -('referant', 'azerty'); - -- -------------------------------------------------------- -- @@ -61,17 +53,6 @@ CREATE TABLE `pannes` ( `traitement` tinyint(1) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; --- --- Dumping data for table `pannes` --- - -INSERT INTO `pannes` (`ID`, `dates`, `details`, `lieu`, `salle`, `pos`, `materiel`, `marque`, `model`, `nserie`, `demandeur`, `traitement`) VALUES -(1, '2021-10-22', 'Bonjour de Bretagne', 'Bâtiment A', '42', 'au fond a gauche', 'pc', 'alienware', 'lattitude E6410', 'sefv-45-gd1', 'barraux', 0), -(4, '2021-10-23', 'sq@', 'FE', 'ds', 'QDGFDQ', 'UC', 'QGDF', 'FQG', 'QGZet', 'qgqre', 0), -(5, '2021-10-23', 'sq@', 'FE', 'ds', 'QDGFDQ', 'UC', 'QGDF', 'FQG', 'sgf', 'sef', 0), -(6, '2021-10-25', 'manque la dernière carte graphique', 'Locquirec', 'Ma chambre', 'Sur le lit', 'UC', 'Dell', 'LATITTUDE E6410', 'chai pas', 'BARRAUX', 0), -(7, '2021-10-28', 'pas d\'inspi', 'Locquirec', 'chambre 6', 'pas bougé', 'UC', 'Dell', 'flemme', 'je sais pas', 'Le Cocotier des mers', 0); - -- -- Indexes for dumped tables --