編輯頁面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">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="css/general.css">
|
<link rel="stylesheet" href="css/general.css">
|
||||||
<title>Document</title>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
@ -46,7 +61,6 @@ else {
|
|||||||
<label>
|
<label>
|
||||||
<span>Title: </span>
|
<span>Title: </span>
|
||||||
<input type="text" name="title" value="<?php echo $title; ?>" required />
|
<input type="text" name="title" value="<?php echo $title; ?>" required />
|
||||||
<strong><abbr title="required">*</abbr></strong>
|
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user