Redesign - dodan ozki layout, manjsi popravki fieldseta
This commit is contained in:
parent
68a926e4ed
commit
6242330339
113
admin/survey/redesign_test_narrow.php
Normal file
113
admin/survey/redesign_test_narrow.php
Normal file
@ -0,0 +1,113 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
||||||
|
<html>
|
||||||
|
|
||||||
|
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<title>1KA | Spletne ankete</title>
|
||||||
|
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
|
<meta content="width=device-width; initial-scale=1.0;" name="viewport">
|
||||||
|
|
||||||
|
<!-- stari css-ji -->
|
||||||
|
<!--
|
||||||
|
<link type="text/css" href="minify/g=css?v=22.09.30" media="screen" rel="stylesheet">
|
||||||
|
<link type="text/css" href="minify/g=cssPrint?v=22.09.30" media="print" rel="stylesheet">
|
||||||
|
<link type="text/css" href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i&subset=latin-ext" rel="stylesheet">
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- novi css -->
|
||||||
|
<link type="text/css" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,500,500i,600,600i,700,700i&subset=latin-ext" rel="stylesheet">
|
||||||
|
<link type="text/css" href="../../public/css/admin_new.css" media="screen" rel="stylesheet">
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="shortcut icon" type="image/ico" href="http://localhost//favicon.ico">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
<body class="mainBody body_anketa">
|
||||||
|
|
||||||
|
|
||||||
|
<div id="main_holder">
|
||||||
|
|
||||||
|
<header>
|
||||||
|
Header
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div id="main">
|
||||||
|
|
||||||
|
<div id="anketa">
|
||||||
|
|
||||||
|
<div id="anketa_edit" class="narrow">
|
||||||
|
|
||||||
|
<fieldset>
|
||||||
|
<legend>Box z vsebino</legend>
|
||||||
|
|
||||||
|
<div class="content_div">
|
||||||
|
|
||||||
|
<h1>
|
||||||
|
H1 Naslov...
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
<h2>
|
||||||
|
H2 Naslov...
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<h3>
|
||||||
|
H3 Naslov...
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<h4>
|
||||||
|
H4 Naslov...
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
|
<fieldset>
|
||||||
|
<legend>Box z vsebino</legend>
|
||||||
|
|
||||||
|
<div class="content_div">
|
||||||
|
|
||||||
|
<h2>
|
||||||
|
H2 Naslov...
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer id="srv_footer">
|
||||||
|
Footer
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
?>
|
@ -5228,10 +5228,17 @@ input[type=radio]:checked + label:before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
|
margin-bottom: 32px;
|
||||||
padding: 32px;
|
padding: 32px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: 1px solid #E5E5E5;
|
border: 1px solid #E5E5E5;
|
||||||
}
|
}
|
||||||
|
fieldset legend {
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 700;
|
||||||
|
color: #1E88E5;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
select.dropdown {
|
select.dropdown {
|
||||||
border: 1px solid #E5E5E5;
|
border: 1px solid #E5E5E5;
|
||||||
|
@ -1,5 +1,14 @@
|
|||||||
fieldset{
|
fieldset{
|
||||||
|
margin-bottom: 32px;
|
||||||
padding: 32px;
|
padding: 32px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
border: 1px solid $gray;
|
border: 1px solid $gray;
|
||||||
|
|
||||||
|
legend{
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 700;
|
||||||
|
color: $blue;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user