From b667724e91e4624940866548c8beab49eea0a9f9 Mon Sep 17 00:00:00 2001 From: oversu <95a7002b-481b-4ef3-b578-f9c421550aa4@localhost> Date: Tue, 11 Aug 2026 21:37:34 +0200 Subject: [PATCH] Supprimer tinyeditor/style.css --- tinyeditor/style.css | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 tinyeditor/style.css diff --git a/tinyeditor/style.css b/tinyeditor/style.css deleted file mode 100644 index aaad868..0000000 --- a/tinyeditor/style.css +++ /dev/null @@ -1,22 +0,0 @@ -#input {border:none; margin:0; padding:0; font:10px 'Courier New',Verdana; border:0} -.te select{ -padding: 1px; -} - -.te {border:1px solid #5EB2DC; padding:0 1px 1px; font:12px Verdana,Arial} -.te iframe {border:none} -.teheader {height:31px; border-bottom:1px solid #5EB2DC; background:url(images/header-bg.gif) repeat-x; padding-top:1px} -.teheader select {float:left; margin-top:5px} -.tefont {margin-left:12px} -.tesize {margin:0 3px} -.testyle {margin-right:12px} -.tecolor {margin:0 3px} -.tedivider {float:left; width:1px; height:30px; background:#ccc} -.tecontrol {float:left; width:34px; height:30px; cursor:pointer; background-image:url(images/icons.png)} -.tecontrol:hover {background-color:#fff; background-position:30px 0} -.tefooter {height:32px; border-top:1px solid #5EB2DC; background:#f5f5f5} -.toggle {float:left; background:url(images/icons.png) -34px 2px no-repeat; padding:9px 13px 0 31px; height:23px; border-right:1px solid #ccc; cursor:pointer; color:#666} -.toggle:hover {background-color:#fff} -.resize {float:right; height:32px; width:32px; background:url(images/resize.gif) 15px 15px no-repeat; } - -#editor {cursor:text;} \ No newline at end of file