編輯頁面CSS
This commit is contained in:
parent
9446d6a882
commit
7224b971b5
@ -27,6 +27,21 @@ else {
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="css/general.css">
|
||||
<title>Document</title>
|
||||
<style>
|
||||
section>form ul li {
|
||||
list-style-type: none;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
section>form label input[type=text]{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
section>form label textarea{
|
||||
width: 100%;
|
||||
height: 15em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
@ -46,7 +61,6 @@ else {
|
||||
<label>
|
||||
<span>Title: </span>
|
||||
<input type="text" name="title" value="<?php echo $title; ?>" required />
|
||||
<strong><abbr title="required">*</abbr></strong>
|
||||
</label>
|
||||
</li>
|
||||
<li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user