diff options
author | polo <ordipolo@gmx.fr> | 2025-04-06 12:18:49 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-04-06 12:18:49 +0200 |
commit | 68b6058e2a27fc251c117c4efeb141392a0c9736 (patch) | |
tree | 5c029b2c147bd14f777765d41bc623582c81daa2 /public/css/main.css | |
parent | e4a325c9d5c07f09bc18b7e366ffb82b82c43502 (diff) | |
download | cms-68b6058e2a27fc251c117c4efeb141392a0c9736.zip |
nouvel article, boutons dans les builders, makeArticleNode, JS MAJ page, tri quand déplacement ou suppression
Diffstat (limited to 'public/css/main.css')
-rw-r--r-- | public/css/main.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/public/css/main.css b/public/css/main.css index 50c2173..cb44e16 100644 --- a/public/css/main.css +++ b/public/css/main.css | |||
@@ -28,8 +28,8 @@ section > p /* boutons spéciaux mode admin */ | |||
28 | } | 28 | } |
29 | .galery_photos .html_from_editor img | 29 | .galery_photos .html_from_editor img |
30 | { | 30 | { |
31 | max-width: 400px; | 31 | max-width: 300px; |
32 | max-height: 250px; | 32 | max-height: 200px; |
33 | } | 33 | } |
34 | article | 34 | article |
35 | { | 35 | { |
@@ -50,6 +50,11 @@ article .logo2 | |||
50 | { | 50 | { |
51 | width: 100%; | 51 | width: 100%; |
52 | } | 52 | } |
53 | article img | ||
54 | { | ||
55 | max-width: 100%; | ||
56 | height: auto; | ||
57 | } | ||
53 | .new_content_text | 58 | .new_content_text |
54 | { | 59 | { |
55 | max-height: 250px; | 60 | max-height: 250px; |
@@ -120,4 +125,9 @@ main button:hover | |||
120 | cursor: pointer; /* curseur qui pointe du doigt */ | 125 | cursor: pointer; /* curseur qui pointe du doigt */ |
121 | background-color: #ffff00; | 126 | background-color: #ffff00; |
122 | border-radius: 4px; | 127 | border-radius: 4px; |
128 | } | ||
129 | |||
130 | article a:hover | ||
131 | { | ||
132 | cursor: pointer; | ||
123 | } \ No newline at end of file | 133 | } \ No newline at end of file |